mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 23:36:30 +00:00
10 lines
130 B
TOML
10 lines
130 B
TOML
format_version = 1
|
|
|
|
[[exercises]]
|
|
name = "compFailure"
|
|
test = false
|
|
hint = ""
|
|
|
|
[[exercises]]
|
|
name = "testFailure"
|
|
hint = "Hello!"
|