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