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