mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05: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!"
|