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 b9f61d8 commit 2161708Copy full SHA for 2161708
Rust/src/main.rs
@@ -207,7 +207,7 @@ fn run() -> Result<(), Box<dyn std::error::Error>> {
207
let the_word_copy: &'static str = the_word_static.clone();
208
let the_word_string = the_word_copy.to_lowercase();
209
210
- println!("The word: {}", the_word_string);
+ //println!("The word: {}", the_word_string);
211
212
213
// Vectors for multi-player mode
0 commit comments