mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 22:02:22 -05:00
11 lines
198 B
TOML
11 lines
198 B
TOML
[[exercises]]
|
|
name = "compSuccess"
|
|
path = "exercises/compSuccess.rs"
|
|
mode = "compile"
|
|
hint = """"""
|
|
|
|
[[exercises]]
|
|
name = "testSuccess"
|
|
path = "exercises/testSuccess.rs"
|
|
mode = "test"
|
|
hint = """"""
|