[ create a new paste ] login | about

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

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

void main()
{

   
}


Output:
1
2
Line 3: error: '::main' must return 'int'
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: