[ create a new paste ] login | about

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

C, pasted on Nov 11:
1
2
3
4
5
6
include<stdio.h>

int main()
{
    printf("Hello World");
}


Output:
1
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token


Create a new paste based on this one


Comments: