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

12 lines
198 B
TOML

[[exercises]]
name = "compSuccess"
path = "exercises/compSuccess.rs"
mode = "compile"
hint = """"""
[[exercises]]
name = "testSuccess"
path = "exercises/testSuccess.rs"
mode = "test"
hint = """"""