#include using namespace std; int main() { for( ; ; ) { cout << "Hello" << endl ; } return 0 ; }