[ create a new paste ] login | about

Project: Geeking
Link: http://geeking.codepad.org/o9jnp8Ee    [ raw code | output | fork ]

ericP - C++, pasted on Apr 11:
1
2
3
4
5
6
#include <iostream>

int main (void) {
    std::cout << "code 1";
    return 0;
}


Output:
1
code 1


Create a new paste based on this one


Comments: