Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 791 Bytes

File metadata and controls

24 lines (18 loc) · 791 Bytes

Hello homework!

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 😉

Formal requirements

What is required

A C++ program that prints exactly the string:

Hello World!

Where to put the solution

  • 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!

Good luck! 🍀