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 0d72e62 commit 125c64cCopy full SHA for 125c64c
src/main.rs
@@ -53,10 +53,7 @@ fn main() {
53
.parse::<u32>()
54
.unwrap_or_else(|_| panic!("not a number: {}", id_arg));
55
if solved_ids.contains(&id) {
56
- println!(
57
- "The problem you chose is invalid (the problem may have been initialized \
58
- or may have no rust version)."
59
- );
+ println!("The problem you chose has been initialized in problem/");
60
continue;
61
}
62
0 commit comments