https://github.com/program247365/guessing_game
Learning in Public: The first guessing game program from https://doc.rust-lang.org/book/
https://github.com/program247365/guessing_game
Last synced: 3 months ago
JSON representation
Learning in Public: The first guessing game program from https://doc.rust-lang.org/book/
- Host: GitHub
- URL: https://github.com/program247365/guessing_game
- Owner: program247365
- Created: 2020-07-06T20:55:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T20:57:27.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T13:54:15.234Z (5 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Guessing Game
> From the [Rust Book](https://doc.rust-lang.org/book/)
Just fiddling with Rust 🦀.