[ create a new paste ] login | about

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

C++, pasted on Sep 24:
1
2
3
4
5
6
#include <iostream>

int main()
{
    std::cout << "Hi there." << std::endl;
}


Output:
1
Hi there.


Create a new paste based on this one


Comments: