#include int main(int argc, char *argv[]); int main(int argc, char *argv[]) { std::cout << "Hello World!" << std::flush << std::endl; return 0; }