1 2 3 4 5 6
#include <iostream> int main(int argc, const char *argv[]) { std::cout << "Hello world!\n"; return 0; }