// hw1cst126spring.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include int main() { std::cout << "Hello World!\n"; }