// BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there. /* Thomas Trinh CST116 Lab 3: New York, New York */ #include using namespace std; using std::cout; using std::cin; using std::endl; int main() { cout << "Hello World!\n"; }