[ create a new paste ] login | about

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

C, pasted on Mar 19:
1
2
3
4
5
6
7
#inclide <stdio.h>

int main(void)
{
    printf("Hello Everyone WWW\n");
    return 0;
}


Output:
1
Line 1: error: invalid preprocessing directive #inclide


Create a new paste based on this one


Comments: