Crate vdksf_guessing_game
source · [−]Expand description
To start using this library add this code under [dependencies]
:
vdksf_guessing_game = "0.1.*"
After this use this code to start game:
use vdksf_guessing_game::start_game;
fn main() {
start_game();
}