[ create a new paste ] login | about

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

C, pasted on Oct 1:
1
2
3
4
5
#include <stdio.h>
main()
{
printf("i started learning c.");
}


Output:
1
2
i started learning c.
Exited: ExitFailure 21


Create a new paste based on this one


Comments: