[ create a new paste ] login | about

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

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

printf("hi");


Output:
1
2
3
4
5
Line 19: error: studio.h: No such file or directory
Line 3: error: expected declaration specifiers or '...' before string constant
Line 3: warning: data definition has no type or storage class
Line 3: error: conflicting types for 'printf'
t.c:4: note: a parameter list with an ellipsis can't match an empty parameter name list declaration


Create a new paste based on this one


Comments: