//Hello World //One of the two lines shown below for your version of Visual Studio: #include "pch.h" #include "stdafx.h" #include using namespace std; int main(void) { cout<<"Hello World\n"; system("pause"); return 0; } //main