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
699c620751
piscine-timo-moulinette
/
c00
/
ex04
/
ft_is_negative_main.c
8 lines
93 B
C
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