https://github.com/neorandom/rust-first-project
Made following the official rust guide book.
https://github.com/neorandom/rust-first-project
rust rust-lang
Last synced: 4 months ago
JSON representation
Made following the official rust guide book.
- Host: GitHub
- URL: https://github.com/neorandom/rust-first-project
- Owner: neoRandom
- Created: 2024-08-05T19:07:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T19:12:05.000Z (over 1 year ago)
- Last Synced: 2025-01-16T16:40:08.815Z (about 1 year ago)
- Topics: rust, rust-lang
- Language: Rust
- Homepage: https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guessing Game (rng_guesser)
### Made following the official rust guide book.
# References
- Rust's official website: https://www.rust-lang.org
- Rust's official guide book: https://doc.rust-lang.org/book/
- Guessing Game Guide: https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html