#include //for std::cout #include //for EXIT_SUCCESS; int main() { std::cout << "hello\n"; //explicit qualification return EXIT_SUCCESS; }