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