#include <iostream> int main() { while (true) { std::cout << "Hello World\n" << std::endl; } }