Skip to content

Commit

Permalink
fix: Add return 0 in bactracking/magic_sequence.cpp (#1589)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people committed Sep 5, 2021
1 parent b82e2cd commit a6bbe05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backtracking/magic_sequence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,5 @@ int main() {
backtracking::magic_sequence::print(item);
}
}
return 0;
}

0 comments on commit a6bbe05

Please sign in to comment.