[ create a new paste ] login | about

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

yhl20001210 - C++, pasted on Jul 21:
1
2
3
4
5
6
7
#include <iostream>
using std::cout;

int main() {
    cout<<"C++ is strong!";
    return 0;
}


Output:
1
C++ is strong!


Create a new paste based on this one


Comments: