rust-lang / rustlings

:crab: Small exercises to get you used to reading and writing Rust code!
https://rustlings.cool
MIT License
54.01k stars 10.15k forks source link

Fix example in 'primitive_types3' hint #2092

Closed wugalde19 closed 2 months ago

wugalde19 commented 2 months ago

The example provided in the hint for exercise primitive_types3 does not work

ACTUAL HINT

image

If you try what the hint suggests, it fails

image image

However, if you update the value to be 100, it works (10 -> 100)

image image
mo8it commented 2 months ago

Thanks :D

wugalde19 commented 2 months ago

Thanks :D

@mo8it Anytime!