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