This website requires JavaScript.
Explore
Help
Sign In
42berlin
/
piscine-timo-moulinette
Watch
1
Star
0
Fork
You've already forked piscine-timo-moulinette
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
78df919e7e
piscine-timo-moulinette
/
c00
/
ex04
/
ft_is_negative_test.c.tmp
8 lines
93 B
Plaintext
Raw
Blame
History
int main(void)
{
ft_is_negative(5);
ft_is_negative(0);
ft_is_negative(-5);
return (0);
}
Reference in New Issue
View Git Blame
Copy Permalink