Branch | Travis CI | Codecov |
---|---|---|
master |
Correct C++ chapter 'Hello world'.
- Write a 'Hello world' program
- Know how this course works
- Have written a correct 'hello' program
Write a 'Hello world' program.
You'll start with:
main()
{
// Your code here
}
The text should literally be Hello world
, followed by newline.
- Video how to do this chapter: YouTube, mp4
- C++ Weekly: Episode 102: Learning "Modern C++" - 2: Hello World: Similar video for Visual Studio