Skip to content

Commit

Permalink
feat: display message when all tests pass
Browse files Browse the repository at this point in the history
Co-authored-by: David Leal <[email protected]>
  • Loading branch information
vil02 and Panquesito7 committed Feb 12, 2024
1 parent c4d1f34 commit 857e53d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions math/ncr_modulo_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ static void tests() {
assert(math::ncr_modulo_p::NCRModuloP(tc.size, tc.p).ncr(tc.n, tc.r) ==
tc.expected);
}

std::cout << "\n\nAll tests have successfully passed!\n";
}

/**
Expand Down

0 comments on commit 857e53d

Please sign in to comment.