[ create a new paste ] login | about

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

C, pasted on Mar 29:
1
2
3
4
#include<stdio.h>
Intmain(void){printf("ban lobbers");
Return0;
 }


Output:
1
2
3
4
In function 'Intmain':
Line 3: error: 'Return0' undeclared (first use in this function)
Line 3: error: (Each undeclared identifier is reported only once
Line 3: error: for each function it appears in.)


Create a new paste based on this one


Comments: