#include using namespace std; int main() { while(true){ cout << 'Hello mindcoding!'; } return 0; }