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

19 lines
312 B
TOML
Raw Normal View History

[[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 = """"""