[ create a new paste ] login | about

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

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

int main ()
{

   std::cout << " OK " ;
} 


Output:
1
 OK 


Create a new paste based on this one


Comments: