Skip to content

Commit a6bbe05

Browse files
Jxtophergithub-actionsmishraabhinnPanquesito7
authored
fix: Add return 0 in bactracking/magic_sequence.cpp (#1589)
* Update magic_sequence.cpp * clang-format and clang-tidy fixes for ff127de * Update backtracking/magic_sequence.cpp Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Abhinn Mishra <[email protected]> Co-authored-by: David Leal <[email protected]>
1 parent b82e2cd commit a6bbe05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backtracking/magic_sequence.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,5 @@ int main() {
132132
backtracking::magic_sequence::print(item);
133133
}
134134
}
135+
return 0;
135136
}

0 commit comments

Comments
 (0)