[ create a new paste ] login | about

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

C, pasted on Aug 23:
1
2
3
4
int main () {
 printf("Hello world!");
 return 0;
}


Output:
1
Hello world!


Create a new paste based on this one


Comments: