#include <iostream> void foo(){ return;} int main() { foo(); std::cout << "Done!";}
Standard input is empty
Done!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!