We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360a3f4 commit f90c44eCopy full SHA for f90c44e
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 downloaded \
+ "The problem you chose is invalid (the problem may have been initialized \
41
or may have no rust version)."
42
);
43
continue;
0 commit comments