Add some background on godbolt/CE
This commit is contained in:
parent
d426b3dfff
commit
1f2e3644b5
2 changed files with 9 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
[< Back](../README.md)
|
[< Back](../README.md)
|
||||||
|
|
||||||
* [Exercise: Hello std::cout on Godbolt](hello_cout/README.md)
|
* [Exercise: Hello std::cout on Godbolt.org](hello_cout/README.md)
|
||||||
* [Exercise: Hello {fmt} on Godbolt](hello_fmt/README.md)
|
* [Exercise: Hello {fmt} on Godbolt](hello_fmt/README.md)
|
||||||
|
|
|
@ -1,7 +1,12 @@
|
||||||
# Exercise: Hello std::cout on Godbolt
|
# Exercise: Hello std::cout on Godbolt.org
|
||||||
|
|
||||||
## Background: Godbolt
|
## 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
|
## Exercise
|
||||||
|
|
||||||
1. Play with Hello World on [Godbolt](https://godbolt.org/z/bceh7693T)
|
1. Play with Hello World on [Compiler Explorer](https://godbolt.org/z/bceh7693T).
|
||||||
|
|
Loading…
Reference in a new issue