Learn
Compile & Execute
Review
Congratulations! 🙌
In this lesson, you have learned:
- Compilation and execution using the terminal.
g++ hello.cpp -o hello
./hello
- Single line comments can be created using
//
. - Multi-line comments can be created using
/*
*/
.
Instructions
If you are still feeling iffy about using the terminal, take a look at the Learn the Command Line lesson.