Your task will be to implement a C++ program that prints "Hello World!" to the terminal when run. See the lecture on this topic too!
If you get lost while submitting homework, just watch the tutorial video again 😉
A C++ program that prints exactly the string:
Hello World!
- Work with your fork of the homeworks repository
- Here is the folder structure for this homework with respect to your
homeworks
repository root:homeworks/
homework_1/
hello_world/
hello.cpp
<-- put your code here!