mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
11 lines
176 B
TOML
11 lines
176 B
TOML
[[exercises]]
|
|
name = "compFailure"
|
|
path = "compFailure.rs"
|
|
mode = "compile"
|
|
hint = ""
|
|
|
|
[[exercises]]
|
|
name = "testFailure"
|
|
path = "testFailure.rs"
|
|
mode = "test"
|
|
hint = "Hello!"
|