diogo-braz / rust-guessing-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 100.0%