mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
b541bf3909
commit
af5df1f656
@ -42,7 +42,7 @@ uint64_t numberOfCiphersInFactorialN(uint64_t n) {
|
|||||||
} // namespace bit_manipulation
|
} // namespace bit_manipulation
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Test implementations
|
* @brief Self-test implementations
|
||||||
* @returns void
|
* @returns void
|
||||||
*/
|
*/
|
||||||
static void test() {
|
static void test() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user