{ num = 2 ; gum = 0 ; if(num < 0) exit; gum = gum + 3; num = num - 1; printf(num);}
1 2 10 42 11
11111
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!