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