This commit is contained in:
42berlin 2023-03-31 22:40:06 +02:00
parent 1c4379f0ce
commit 86d5b2bd88
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; int fact;