Skip to content

Commit 722219d

Browse files
authored
Update game.rs
1 parent 8e1ad1b commit 722219d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hacker/src/game.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use colored::*;
22
use std::io::{self};
33
use rand::Rng;
4-
54
pub fn play_game() {
65
loop {
76
println!("{}", "========== Welcome to Hacker Adventure! ==========".purple().bold().on_black());

0 commit comments

Comments
 (0)