[ create a new paste ] login | about

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

hecomi - C++, pasted on May 22:
1
2
3
4
5
6
7
#include <iostream>

int main(void)
{
std::cout << "hello world!" << std::endl;
return 0;
}


Output:
1
hello world!


Create a new paste based on this one


Comments: