Hello World


SUBMITTED BY: nrm4bits

DATE: July 6, 2017, 10:10 p.m.

FORMAT: C++

SIZE: 114 Bytes

HITS: 457

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

comments powered by Disqus