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