Add more exercises on module 12
This commit is contained in:
parent
dd42f10fd9
commit
92f2c0669e
3 changed files with 10 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Exercise: Hello Godbolt
|
||||
# Exercise: Hello std::cout on Godbolt
|
||||
|
||||
## Background: Godbolt
|
||||
|
7
exercises/12/hello_fmt/README.md
Normal file
7
exercises/12/hello_fmt/README.md
Normal 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)
|
Loading…
Reference in a new issue