[ create a new paste ] login | about

Link: http://codepad.org/NvrlVmpC    [ raw code | output | fork ]

C++, pasted on Feb 9:
1
2
3
4
5
6
int main()
{

   cout << "Hello World!";

}


Output:
1
Hello World!


Create a new paste based on this one


Comments: