#include<stdio.h>int main(){for(int i=1;i<=10;i=i+2){printf("helllow world");}return 0;}
45
helllow worldhelllow worldhelllow worldhelllow worldhelllow world
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!