mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
15 lines
216 B
TOML
15 lines
216 B
TOML
format_version = 1
|
|
|
|
[[exercises]]
|
|
name = "pending_exercise"
|
|
test = false
|
|
hint = """"""
|
|
|
|
[[exercises]]
|
|
name = "pending_test_exercise"
|
|
hint = """"""
|
|
|
|
[[exercises]]
|
|
name = "finished_exercise"
|
|
test = false
|
|
hint = """"""
|