mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
16 lines
230 B
TOML
16 lines
230 B
TOML
format_version = 1
|
|
|
|
[[exercises]]
|
|
name = "pending_exercise"
|
|
mode = "run"
|
|
hint = """"""
|
|
|
|
[[exercises]]
|
|
name = "pending_test_exercise"
|
|
mode = "test"
|
|
hint = """"""
|
|
|
|
[[exercises]]
|
|
name = "finished_exercise"
|
|
mode = "run"
|
|
hint = """"""
|