mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 00:13:30 +02:00
17 lines
230 B
TOML
17 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 = """"""
|