#include<stdio.h> int main(){ int a; a=0; printf("Hello Computer%d",a); printf("goon"); return 0;}
Standard input is empty
Hello Computer0goon
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!