output


SUBMITTED BY: Guest

DATE: March 4, 2014, 2:14 p.m.

FORMAT: C++

SIZE: 141 Bytes

HITS: 923

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

comments powered by Disqus