Skip to content

The program will generate a random integer between one and a hundred. It will then prompt us to enter a guess. Upon entering our guess, it will tell us if we’re too low or too high.

Notifications You must be signed in to change notification settings

Lukacms/Guessing_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Guessing_game

The program will generate a random integer between one and a hundred. It will then prompt us to enter a guess. Upon entering our guess, it will tell us if we’re too low or too high.


Prerequisite

Have Cargo and Rust


How to use the project

Go into the guessing_game directory.
To build the project, use:

cargo build

To run, use:

cargo run

About

The program will generate a random integer between one and a hundred. It will then prompt us to enter a guess. Upon entering our guess, it will tell us if we’re too low or too high.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages