Home

Awesome

correct_cpp_hello_world

BranchTravis CICodecov
masterBuild Statuscodecov.io

Correct C++ chapter 'Hello world'.

:warning: this course does not work until I've updated the scripts to use GitHub Actions :warning:

Goal

Prerequisites

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

References