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