[ create a new paste ] login | about

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

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

int main(){
printf("hello world");
}


Output:
1
2
hello world
Exited: ExitFailure 11


Create a new paste based on this one


Comments: