This repository has been archived on 2023-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
rustlings-exercises-completed/tests/fixture/success/info.toml

12 lines
178 B
TOML
Raw Normal View History

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