mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-10 12:49:18 +00:00
19 lines
312 B
TOML
Executable File
19 lines
312 B
TOML
Executable File
[[exercises]]
|
|
name = "pending_exercise"
|
|
path = "pending_exercise.rs"
|
|
mode = "compile"
|
|
hint = """"""
|
|
|
|
[[exercises]]
|
|
name = "pending_test_exercise"
|
|
path = "pending_test_exercise.rs"
|
|
mode = "test"
|
|
hint = """"""
|
|
|
|
[[exercises]]
|
|
name = "finished_exercise"
|
|
path = "finished_exercise.rs"
|
|
mode = "compile"
|
|
hint = """"""
|
|
|