Skip to content

csokolove/guessing_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guessing_game

Practice with Rust with the project outlined here.

Running

  1. Ensure Rust is installed:
rustc --version
  1. git clone this project:
git clone https://github.com/csokolove/guessing_game.git
  1. cd into the project, then compile and run the project:
cargo run

(Or use the Rust compiler, then run the executable):

rustc src/main.rs
./main

About

A guessing game following the rust-lang book.

Resources

Stars

Watchers

Forks

Languages