[ create a new paste ] login | about

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

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

void main() {
    printf("hello world\n");
}


Output:
1
hello world


Create a new paste based on this one


Comments: