fix(intro1): link to exercise file in hint
This commit is contained in:
parent
0ded8a90c0
commit
9ed4b0683e
|
@ -5,7 +5,8 @@ name = "intro1"
|
||||||
path = "exercises/intro/intro1.rs"
|
path = "exercises/intro/intro1.rs"
|
||||||
mode = "compile"
|
mode = "compile"
|
||||||
hint = """
|
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]]
|
[[exercises]]
|
||||||
name = "intro2"
|
name = "intro2"
|
||||||
|
|
Loading…
Reference in New Issue