We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1ad1b commit 722219dCopy full SHA for 722219d
hacker/src/game.rs
@@ -1,7 +1,6 @@
1
use colored::*;
2
use std::io::{self};
3
use rand::Rng;
4
-
5
pub fn play_game() {
6
loop {
7
println!("{}", "========== Welcome to Hacker Adventure! ==========".purple().bold().on_black());
0 commit comments