[ create a new paste ] login | about

Link: http://codepad.org/5Rl7VtD7    [ raw code | fork ]

appunti2 - C, pasted on May 1:
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
int main (void)
{




    getchar ();
    return 0;
}


Output:
No errors or program output.


Create a new paste based on this one


Comments: