[ create a new paste ] login | about

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

C, pasted on Mar 24:
1
2
3
4
5
#include<stdio.h>
main ()
{
printf("hello ");
}


Output:
1
2
hello 
Exited: ExitFailure 6


Create a new paste based on this one


Comments: