Skip to content

Commit

Permalink
externの記述忘れ refs #5
Browse files Browse the repository at this point in the history
  • Loading branch information
euledge committed Feb 10, 2019
1 parent b6106ae commit e28d952
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Chapter2/gussing_game/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
extern crate rand;

use std::io;
use rand::Rng;

Expand Down

0 comments on commit e28d952

Please sign in to comment.