[ create a new paste ] login | about

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

C, pasted on Jul 3:
1
2
3
4
5
6
#include <studio.h>

void main(){

printf("hi");
}


Output:
1
2
3
Line 19: error: studio.h: No such file or directory
In function 'main':
Line 3: warning: return type of 'main' is not 'int'


Create a new paste based on this one


Comments: