[ create a new paste ] login | about

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

C++, pasted on Aug 23:
1
2
3
4
5
6
7
#include <iostream>

int main()
{
    std::cout << "Hello, world" << std::endl;
    return 0;
}


Output:
1
Hello, world


Create a new paste based on this one


Comments: