[ create a new paste ] login | about

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

C, pasted on Jul 28:
1
2
3
4
int main(void){
printf("hello");
return 0;
}


Output:
1
hello


Create a new paste based on this one


Comments: