This lab is due by Tuesday, February 01, 2022, 11:59 PM.
As with all labs you may, and are encouraged, to pair program a solution to this lab.  If you choose to pair program a solution, be sure that you individually understand how to generate the correct solution.
Makefiles
Makefiles will be required to be submitted from this Lab forward and all Assignments.
    For this lab, create a Makefile following the class template that will compile a single file named main.cpp
    and generates an executable named L1E.  The main.cpp file should simply be the Hello World boilerplate.
    You will submit both your main.cpp and Makefile for this lab.
Lab Submission
Submit your main.cpp, Makefile file(s).
You will submit your solution to this lab with the rest of Set1. Detailed instructions for doing this are posted in Assignment 1.
This lab is due by Tuesday, February 01, 2022, 11:59 PM.
As with all labs you may, and are encouraged, to pair program a solution to this lab.  If you choose to pair program a solution, be sure that you individually understand how to generate the correct solution.