8000
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 01ce862 commit 360a3f4Copy full SHA for 360a3f4
src/main.rs
@@ -37,7 +37,7 @@ fn main() {
37
.unwrap_or_else(|_| panic!("not a number: {}", id_arg));
38
if solved_ids.contains(&id) {
39
println!(
40
- "The problem you chose is invalid (the problem may have been solved \
+ "The problem you chose is invalid (the problem may have been downloaded \
41
or may have no rust version)."
42
);
43
continue;
0 commit comments