Skip to content

Commit 125c64c

Browse files
committed
clarify error message
1 parent 0d72e62 commit 125c64c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ fn main() {
5353
.parse::<u32>()
5454
.unwrap_or_else(|_| panic!("not a number: {}", id_arg));
5555
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-
);
56+
println!("The problem you chose has been initialized in problem/");
6057
continue;
6158
}
6259
}

0 commit comments

Comments
 (0)