mirror of
https://github.com/ArthurDanjou/rustlings.git
synced 2026-01-22 16:00:27 +01:00
feat(hint): Add test for hint
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
name = "compFailure"
|
||||
path = "compFailure.rs"
|
||||
mode = "compile"
|
||||
hint = """"""
|
||||
hint = ""
|
||||
|
||||
[[exercises]]
|
||||
name = "testFailure"
|
||||
path = "testFailure.rs"
|
||||
mode = "test"
|
||||
hint = """"""
|
||||
hint = "Hello!"
|
||||
|
||||
Reference in New Issue
Block a user