Automatic add

This commit is contained in:
Timo Schmidt 2023-03-31 22:39:17 +02:00
parent 60c1168ff4
commit 934c56ac65
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
/* By: tosuman </var/spool/mail/tosuman> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/30 16:54:02 by tosuman #+# #+# */
/* Updated: 2023/03/31 22:38:09 by tischmid ### ########.fr */
/* Updated: 2023/03/31 22:39:15 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
int ft_iterative_factorial(int nb)
int ft_iterative_factorial(int nb)
{
int fact;