Automatic add
This commit is contained in:
parent
3997feb43e
commit
1c4379f0ce
|
@ -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/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;
|
int fact;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue