#include <iostream> int main() { std::cout << "This works" << std::endl; return 0; }
g++ -o test test.cpp && ./test