[ create a new paste ] login | about

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

C++, pasted on Aug 1:
1
2
3
4
int main()
{
Printf("hello\n");
}


Output:
1
2
3
In function 'int main()':
Line 3: error: 'Printf' was not declared in this scope
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: