#include int main() { std::cout << "hello world" << std::endl; while(1) { std::cout << "hello world" << std::endl; system("pause"); } return 0; }