This commit is contained in:
42berlin 2023-03-31 22:40:06 +02:00 committed by Timo Schmidt
parent 934c56ac65
commit 96f749c28f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
/* */
/* ************************************************************************** */
int ft_iterative_factorial(int nb)
int ft_iterative_factorial(int nb)
{
int fact;