Skip to content

Commit 2161708

Browse files
author
Nick Vidal
committed
fix: hide word
Signed-off-by: Nick Vidal <[email protected]>
1 parent b9f61d8 commit 2161708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rust/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ fn run() -> Result<(), Box<dyn std::error::Error>> {
207207
let the_word_copy: &'static str = the_word_static.clone();
208208
let the_word_string = the_word_copy.to_lowercase();
209209

210-
println!("The word: {}", the_word_string);
210+
//println!("The word: {}", the_word_string);
211211

212212

213213
// Vectors for multi-player mode

0 commit comments

Comments
 (0)