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