https://github.com/danny-yamamoto/rust-guessing-game
Programming of number guessing games
https://github.com/danny-yamamoto/rust-guessing-game
rust
Last synced: about 2 months ago
JSON representation
Programming of number guessing games
- Host: GitHub
- URL: https://github.com/danny-yamamoto/rust-guessing-game
- Owner: danny-yamamoto
- Created: 2023-10-19T00:24:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T05:07:52.000Z (over 1 year ago)
- Last Synced: 2025-02-02T18:21:09.471Z (4 months ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-guessing-game
Programming of number guessing games## note
- `expect` の使い方
- `id` `stdin` の使い方、Go との違い
- compare method の用法
- `io` を先に import する