We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
return 0
bactracking/magic_sequence.cpp
1 parent b82e2cd commit a6bbe05Copy full SHA for a6bbe05
backtracking/magic_sequence.cpp
@@ -132,4 +132,5 @@ int main() {
132
backtracking::magic_sequence::print(item);
133
}
134
135
+ return 0;
136
0 commit comments