Add more exercises on module 12

This commit is contained in:
Patricia Aas 2021-10-05 16:26:28 +02:00
parent dd42f10fd9
commit 92f2c0669e
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,4 @@
[< Back](../README.md)
* [Exercise: Hello Godbolt](godbolt/README.md)
* [Exercise: Hello std::cout on Godbolt](hello_cout/README.md)
* [Exercise: Hello {fmt} on Godbolt](hello_fmt/README.md)

View file

@ -1,4 +1,4 @@
# Exercise: Hello Godbolt
# Exercise: Hello std::cout on Godbolt
## Background: Godbolt

View file

@ -0,0 +1,7 @@
# Exercise: Hello {fmt} on Godbolt
## Background: {fmt}
## Exercise
1. Play with Hello World on [Godbolt](https://godbolt.org/z/8oxsGG8WM)