[ create a new paste ] login | about

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

C, pasted on Jun 12:
1
2
3
4
int main()
{
    printf("Hello world!"\n);
}


Output:
1
2
3
In function 'main':
Line 3: error: stray '\' in program
Line 3: error: expected ')' before 'n'


Create a new paste based on this one


Comments: