[ create a new paste ] login | about

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

C++, pasted on Jun 21:
1
2
3
4
5
6
int main()
{
  printf("hello\n")

  return 0;
}


Output:
1
2
3
In function 'int main()':
Line 5: error: expected `;' before 'return'
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: