An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# rust-guessing-game
Programming of number guessing games

## note
- `expect` の使い方
- `id` `stdin` の使い方、Go との違い
- compare method の用法
- `io` を先に import する