init
This commit is contained in:
7
Test/c05/ex07/main.c
Normal file
7
Test/c05/ex07/main.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
if (argc > 1)
|
||||
printf("%d", ft_find_next_prime(atoi(argv[1])));
|
||||
}
|
Reference in New Issue
Block a user