Hello World in C++


SUBMITTED BY: darkshadows

DATE: Jan. 2, 2016, 4:56 p.m.

FORMAT: C++

SIZE: 98 Bytes

HITS: 2608

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

comments powered by Disqus