#include<stdio.h>int main(){ for(int i = 2; i<=15;i+=2){ printf("%d\n",i); }}
Standard input is empty
2 4 6 8 10 12 14
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!