mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
19 lines
275 B
TOML
19 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"
|