first commit
This commit is contained in:
5
ended/C05-corr/ex02/ft_iterative_power.c
Normal file
5
ended/C05-corr/ex02/ft_iterative_power.c
Normal file
@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
int main(void)
|
||||
{
|
||||
printf("%d", ft_iterative_power(2, 2));
|
||||
}
|
Reference in New Issue
Block a user