[ create a new paste ] login | about

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

C, pasted on Nov 13:
1
2
3
4
5
6
int main()
{
int i = 2100000000;
while (i) i++;
printf("%d", i);
}


Output:
1
0


Create a new paste based on this one


Comments: