Automatic add
This commit is contained in:
parent
60c1168ff4
commit
934c56ac65
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue