mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-05 00:00:12 +00:00
12 lines
208 B
TOML
12 lines
208 B
TOML
|
[[exercises]]
|
||
|
name = "pending_exercise"
|
||
|
path = "pending_exercise.rs"
|
||
|
mode = "compile"
|
||
|
hint = """"""
|
||
|
|
||
|
[[exercises]]
|
||
|
name = "pending_test_exercise"
|
||
|
path = "pending_test_exercise.rs"
|
||
|
mode = "test"
|
||
|
hint = """"""
|