[ create a new paste ] login | about

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

C, pasted on Nov 11:
1
2
3
4
5
#include"stdio.h"
main()
{
printf("s");
}


Output:
1
2
s
Exited: ExitFailure 115


Create a new paste based on this one


Comments: