rustlings/tests/fixture/success/info.toml

12 lines
178 B
TOML
Raw Normal View History

2019-03-20 14:05:45 -06:00
[[exercises]]
name = "compSuccess"
2019-03-20 14:05:45 -06:00
path = "compSuccess.rs"
mode = "compile"
hint = """"""
2019-03-20 14:05:45 -06:00
[[exercises]]
name = "testSuccess"
2019-03-20 14:05:45 -06:00
path = "testSuccess.rs"
mode = "test"
hint = """"""