mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 13:19:18 +00:00
chore: Update info.toml for fizzbuzz
This commit is contained in:
parent
53b3036825
commit
0b1af87faf
11
info.toml
11
info.toml
@ -1042,3 +1042,14 @@ Challenge: There is one test that is marked `#[ignore]`. Can you supply the
|
|||||||
missing code that will make it pass? You may want to consult the standard
|
missing code that will make it pass? You may want to consult the standard
|
||||||
library documentation for a certain trait for more hints.
|
library documentation for a certain trait for more hints.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
[[exercises]]
|
||||||
|
name = "fizzbuzz"
|
||||||
|
path = "exercises/fizzbuzz.rs"
|
||||||
|
mode = "test"
|
||||||
|
hint = """
|
||||||
|
Hint: Try using the `match` keyword for `num` variable.
|
||||||
|
|
||||||
|
Hint2: Use modulo.
|
||||||
|
"""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user