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

12 lines
178 B
TOML
Raw Normal View History

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