Hello World c++


SUBMITTED BY: Guest

DATE: Oct. 13, 2013, 1:42 a.m.

FORMAT: C++

SIZE: 118 Bytes

HITS: 1085

  1. #include <iostream>
  2. using namespace std;
  3. int main ()
  4. {
  5. cout << "Hello World!";
  6. return 0;
  7. }

comments powered by Disqus