[ create a new paste ] login | about

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

C, pasted on Oct 5:
1
2
3
4
#import<stdio.h>
int main(){
printf("Hello world");
}


Output:
1
2
Hello world
Exited: ExitFailure 11


Create a new paste based on this one


Comments: