#include <stdio.h> void say_hi() { printf("Hi\n");} int main() { say_hi(); 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!