// BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include #include #include using std::cout; using std::cin; using std::endl; using std::setw; using std::ios; using std::ifstream; using std::ofstream; int main() { cout << "Hello World!\n"; }