#include <iostream> int main() { std::cout<<"i love cakes"<< '\n'; std::cout<<"I sometimes suck"; return 0;}
Standard input is empty
i love cakes I sometimes suck
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!