main(c,s){c=0;do{printf("%d\n",c+2);}while(20-(c+=2));}
Standard input is empty
2 4 6 8 10 12 14 16 18 20
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!