# What to do? Guess the number randomly chosen by the computer. If the input value is too small, "Too small!" will be displayed, and if it is too big, "Too big! If the number chosen by the computer and the input value are the same, "You win!" will be displayed and the game will end. # Execution method 1. Type `$ cargo run` in the terminal. 2. When the terminal says "Guess the number! Please input your guess.". 3. Type in a number and guess the number.