pacman/exercises/12/hello_cout/README.md
2021-10-06 09:49:03 +02:00

403 B

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.