#include #include int main(int argc, char **argv) { if (argc > 2) printf("%d", ft_recursive_power(atoi(argv[1]), atoi(argv[2]))); }