Skip to content

diogo-braz/rust-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guessing Game

Basic project for learning Rust language. This exercise is taken from Rust book (chapter 2).

Compilation

# clone the repo
$ git clone https://github.com/diogo-braz/rust_guessing_game.git

# change the working directory to rust_guessing_game
$ cd rust_guessing_game

# compile the program
$ cargo build --release

Usage

# run the program (in Windows)
$ ./target/release/rust_guessing_game.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages