[ create a new paste ] login | about

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

C++, pasted on Jun 5:
1
2
3
4
5
6
7
// Example program
#include <iostream>

int main()
{
    std::cout << "this will work";
}


Output:
1
this will work


Create a new paste based on this one


Comments: