100 Days of Rust : Day 1
Today I finished the Number guessing game
During the early part of the code, my mind started thinking “How will comparing string input from the user, work with a number? ๐ค” (๐ช of having gone through such issues numerous times over the years)
Of course, it was explained later.
I was a bit disappointed that the code paniced upon entering non-number ๐
especially after the expect clause.
Turns out that is expected behaviour.