Skip to content

Commit d7bc8d0

Browse files
authored
chore: apply suggestions from code review
1 parent e26b6a2 commit d7bc8d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

math/check_factorial.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* positive integer. https://www.mathsisfun.com/numbers/factorial.html
88
*
99
* @author [Divyajyoti Ukirde](https://github.com/divyajyotiuk)
10+
* @author [ewd00010](https://github.com/ewd00010)
1011
*/
1112
#include <cassert> /// for assert
1213
#include <iostream> /// for cout

0 commit comments

Comments
 (0)