Skip to content

janderkkotlarski/correct_cpp_hello_world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

correct_cpp_hello_world

Branch Travis CI Codecov
master Build Status codecov.io

Correct C++ chapter 'Hello world'.

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

Packages

No packages published

Languages

  • QMake 90.5%
  • C++ 9.5%