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