Skip to content

richelbilderbeek/correct_cpp_hello_world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

correct_cpp_hello_world

Branch Travis CI Codecov
master Build Status codecov.io

Correct C++ chapter 'Hello world'.

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

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