#include <stdio.h>void sayhi() { printf("Hi");}int main () { sayhi(); return 0;}
Standard input is empty
Hi
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!