diff options
| author | mo8it <mo8it@proton.me> | 2024-04-23 19:18:25 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-23 19:18:25 +0200 |
| commit | 2dac8e509bed07c30a98983cfb6b80f73a1582e9 (patch) | |
| tree | 64db2dcbe08ed05d2befcdba91d851e97f18571e /info.toml | |
| parent | e5a19a4c33e16e517e4d597acb721ed281c7bdae (diff) | |
Refactor embedded files to add solutions
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -236,6 +236,7 @@ Make sure the type is consistent across all arms.""" [[exercises]] name = "quiz1" +dir = "quizzes" mode = "test" hint = "No hints this time ;)" @@ -637,6 +638,7 @@ Learn more at https://doc.rust-lang.org/book/ch08-03-hash-maps.html#updating-a-v [[exercises]] name = "quiz2" +dir = "quizzes" mode = "test" hint = "No hints this time ;)" @@ -870,6 +872,7 @@ See the documentation at: https://doc.rust-lang.org/book/ch10-02-traits.html#spe [[exercises]] name = "quiz3" +dir = "quizzes" mode = "test" hint = """ To find the best solution to this challenge you're going to need to think back |
