DellSmile@tg says to YSITD #include <iostream> #include <cstdlib> using namespace std; int main(void) { cout « "Hello, World" « endl; system("Pause"); }