pacman/exercises/12/hello_cout
Patricia Aas 1cbfa643b2 Add a exercise to module 13 2021-10-06 14:44:10 +02:00
..
README.md Add a exercise to module 13 2021-10-06 14:44:10 +02:00

README.md

< Back

Exercise: Hello std::cout on Godbolt.org

Background: Compiler Explorer

Compiler Explorer is a website where you can experiment with many different C++ compilers. You can compile short C++ programs, run them and inspect their assembly.

Today, we will use it to compile and run a Hello World program.

Exercise

  1. Play with Hello World on Compiler Explorer.