File size: 86 Bytes
06227db
1
2
#include <iostream>\nint main() { std::cout << "C++ works!" << std::endl; return 0; }