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