Automatic add

This commit is contained in:
Timo Schmidt 2023-03-31 22:38:11 +02:00
parent 89e16ffee7
commit 3997feb43e
1 changed files with 2 additions and 2 deletions

View File

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