/* Helloプログラム */ #include <stdio.h> main(){ int a; a=1; while(a<5){ printf("Hello\n"); a=a+1; }}
Standard input is empty
Hello Hello Hello Hello
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!