pacman/exercises/12/hello_cout/README.md

15 lines
427 B
Markdown
Raw Permalink Normal View History

2021-10-06 12:44:01 +00:00
[< Back](../README.md)
2021-10-06 07:49:03 +00:00
# Exercise: Hello std::cout on Godbolt.org
2021-10-05 13:05:42 +00:00
2021-10-06 07:49:03 +00:00
## 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.
2021-10-05 13:05:42 +00:00
## Exercise
2021-10-06 07:49:03 +00:00
1. Play with Hello World on [Compiler Explorer](https://godbolt.org/z/bceh7693T).