diff options
| author | mokou <mokou@fastmail.com> | 2022-07-11 13:20:18 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-11 13:20:18 +0200 |
| commit | 9ed4b0683edcf73ab0fbdcfe479a82898e6d5e42 (patch) | |
| tree | a6743aea988c5a2feb6a9d7aba236d4122b3fe5e /info.toml | |
| parent | 0ded8a90c026bf5c6129d96956183c641ac1ad20 (diff) | |
fix(intro1): link to exercise file in hint
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ name = "intro1" path = "exercises/intro/intro1.rs" mode = "compile" hint = """ -Remove the I AM NOT DONE comment to move on to the next exercise.""" +Remove the I AM NOT DONE comment in the exercises/intro/intro1.rs file +to move on to the next exercise.""" [[exercises]] name = "intro2" |
