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