Merge pull request #1002 from lucasgrvarela/patch-1

Update info.toml - fix line number hint on exercise variables 1
pull/1003/head
diannasoreil 2 years ago committed by GitHub
commit fdc3eb3b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ name = "variables1"
path = "exercises/variables/variables1.rs"
mode = "compile"
hint = """
Hint: The declaration on line 12 is missing a keyword that is needed in Rust
Hint: The declaration on line 8 is missing a keyword that is needed in Rust
to create a new variable binding."""
[[exercises]]

Loading…
Cancel
Save