Skip to content

Commit f90c44e

Browse files
committed
fix
1 parent 360a3f4 commit f90c44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fn main() {
3737
.unwrap_or_else(|_| panic!("not a number: {}", id_arg));
3838
if solved_ids.contains(&id) {
3939
println!(
40-
"The problem you chose is invalid (the problem may have been downloaded \
40+
"The problem you chose is invalid (the problem may have been initialized \
4141
or may have no rust version)."
4242
);
4343
continue;

0 commit comments

Comments
 (0)