[ create a new paste ] login | about

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

C++, pasted on Dec 10:
1
2
3
4
5
6
7
8
9
#include <iostream>
#include <ostream>

using namespace std;

int main()
{
  cout << "This " "actually " "works!" << endl;
}


Output:
1
This actually works!


Create a new paste based on this one


Comments: