2017-01-05から1日間の記事一覧

Guessing Gameを読み進める2

Guessing Gameを読み進める。 ( Generating a secret numberを読んだ。 ) Cargo.tomlにrand="0.3.0"を追記すると、cargo buildするだけで、関連するライブラリを引っ張ってきてくれる。便利。 $ cargo build Updating registry `https://github.com/rust-lan…