Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Latest commit

 

History

History

week1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Rust course - Week 1 exercise

Please implement a version of the guessing game from the Rust book, but where the secret number is between 1 and 10, and where guesses can be given in either numerical format (1, 5, 220 etc) or text ("one" through "ten").

As a bonus, run clippy and try to implement any suggested improvements