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