[ create a new paste ] login | about

Project: krconv
Link: http://krconv.codepad.org/jKS4RTl9    [ raw code | output | fork ]

krconv - C++, pasted on Aug 13:
1
2
3
4
5
#include <iostream>

int main() {
    std::cout << "Hello world!" << std::endl;
}


Output:
1
Hello world!


Create a new paste based on this one


Comments: