Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 653 Bytes

readme.md

File metadata and controls

52 lines (34 loc) · 653 Bytes

Rust Programming Language Book Examples

Working through the chapters of the book and writing the examples.

Setup

$ git clone https://github.com/wyze/rust-book-examples.git
$ cd rust-book-examples

Usage

Run most chapters

$ cargo run

Run guessing game

$ cargo run game

Run mean, median, and mode program

$ cargo run mean-median-mode

Run pig latin program

$ cargo run pig-latin

Run company directory program

$ cargo run company-directory

Run web server

$ cargo run web-server

License

MIT © Neil Kistner