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