mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 07:20:30 +00: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"
|