mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 00:13:30 +02:00
Hints are now accessible using the CLI subcommand `rustlings hint <exercise name`. BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
12 lines
178 B
TOML
12 lines
178 B
TOML
[[exercises]]
|
|
name = "compSuccess"
|
|
path = "compSuccess.rs"
|
|
mode = "compile"
|
|
hint = """"""
|
|
|
|
[[exercises]]
|
|
name = "testSuccess"
|
|
path = "testSuccess.rs"
|
|
mode = "test"
|
|
hint = """"""
|