C++ is amazing, isn't it?


SUBMITTED BY: Guest

DATE: May 13, 2013, 6:22 p.m.

FORMAT: C++

SIZE: 128 Bytes

HITS: 1197

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

comments powered by Disqus