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 8cb38af commit ebc5651Copy full SHA for ebc5651
hacker/src/game.rs
@@ -1,6 +1,7 @@
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