Learn
Hello World
Review
Woohoo! You have written a few C++ programs. π
In this lesson, you have learned:
- C++ is a general-purpose coding language.
- C++ runs line by line, from top to bottom.
std::cout
is how you output to the terminal:
std::cout << "Good luck!\n";
Instructions
1.
Before we move on, letβs write a letter to your future self.
In letter.cpp, letβs add the following:
- Goal(s) for yourself.
- Name and date.
Press Run to mail the letter! π¬
P.S. This letter will be returned when you complete the course.