1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-02-20 00:00:03 +03:00
rustlings/tests/fixture/state/info.toml

18 lines
341 B
TOML
Raw Normal View History

[[exercises]]
name = "pending_exercise"
2024-03-30 22:48:30 +03:00
path = "exercises/pending_exercise.rs"
mode = "compile"
hint = """"""
[[exercises]]
name = "pending_test_exercise"
2024-03-30 22:48:30 +03:00
path = "exercises/pending_test_exercise.rs"
mode = "test"
hint = """"""
[[exercises]]
name = "finished_exercise"
2024-03-30 22:48:30 +03:00
path = "exercises/finished_exercise.rs"
mode = "compile"
hint = """"""