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