1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-29 15:31:23 +02:00
rustlings/tests/fixture/success/info.toml

12 lines
178 B
INI
Raw Normal View History

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