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