#include #include int root_test(void){ string test = "Hello World"; std::cout << test << "\n"; return 0; }