Skip to content

Commit

Permalink
doc: Fix remove secret number at final source
Browse files Browse the repository at this point in the history
Remove printing of secret number at final source.
  • Loading branch information
rydotyosh committed May 6, 2015
1 parent 5a83fa2 commit 1884c87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/doc/trpl/guessing-game.md
Expand Up @@ -960,8 +960,6 @@ fn main() {
let secret_number = rand::thread_rng().gen_range(1, 101);
println!("The secret number is: {}", secret_number);
loop {
println!("Please input your guess.");
Expand Down

0 comments on commit 1884c87

Please sign in to comment.