[ create a new paste ] login | about

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

C, pasted on Feb 16:
1
2
3
4
5
6
7
8
#include <stdio.h>

int f() { printf("*"); return 142; }

int main ()
{
    f();
}


Output:
1
2
*
Exited: ExitFailure 142


Create a new paste based on this one


Comments: