mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
20 lines
275 B
TOML
20 lines
275 B
TOML
|
format_version = 1
|
||
|
|
||
|
[[exercises]]
|
||
|
name = "compilation_success"
|
||
|
test = false
|
||
|
hint = ""
|
||
|
|
||
|
[[exercises]]
|
||
|
name = "compilation_failure"
|
||
|
test = false
|
||
|
hint = ""
|
||
|
|
||
|
[[exercises]]
|
||
|
name = "test_success"
|
||
|
hint = ""
|
||
|
|
||
|
[[exercises]]
|
||
|
name = "test_failure"
|
||
|
hint = "The answer to everything: 42"
|