[ create a new paste ] login | about

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

C, pasted on Jul 28:
1
2
3
4
5
6
7
#include (stdio.h)


int main(void){
    printf("Hello");
    return 0;
}


Output:
1
Line 9: error: #include expects "FILENAME" or <FILENAME>


Create a new paste based on this one


Comments: