Awesome
correct_cpp_hello_world
Branch | Travis CI | Codecov |
---|---|---|
master |
Correct C++ chapter 'Hello world'.
:warning: this course does not work until I've updated the scripts to use GitHub Actions :warning:
Goal
- Write a 'Hello world' program
Prerequisites
- Know how this course works
- Have written a correct 'hello' program
Exercise
Write a 'Hello world' program.
You'll start with:
main()
{
// Your code here
}
The text should literally be Hello world
, followed by newline.
External links
- Video how to do this chapter: YouTube, mp4
- C++ Weekly: Episode 102: Learning "Modern C++" - 2: Hello World: Similar video for Visual Studio