We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6fb49 commit b3d28ecCopy full SHA for b3d28ec
src/main.rs
@@ -49,6 +49,7 @@ fn main() {
49
.parse()
50
.unwrap();
51
deal_solving(&id);
52
+ break;
53
} else {
54
id = id_arg
55
.parse::<u32>()
0 commit comments