[ create a new paste ] login | about

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

aquahawk - C, pasted on Oct 5:
1
int main() { int i, n = 20; for (i = 0; i < n; n--) { printf("*"); } }


Output:
1
2
********************
Exited: ExitFailure 42


Create a new paste based on this one


Comments: