[ create a new paste ] login | about

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

pjvangemmeren - C++, pasted on May 30:
1
2
3
4
5
6
7
8
#include <iostream>
using namespace std;

int main ()
{
    cout << "This is a C++ Program designed to provide comedy to people who want it.";
return 0;
}


Output:
1
This is a C++ Program designed to provide comedy to people who want it.


Create a new paste based on this one


Comments: