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
/
c01
/
ex06
/
ft_strlen_test.c.tmp
8 lines
95 B
Plaintext
Raw
Blame
History
#include <stdio.h>
int main(void)
{
printf("%d\n", ft_strlen("HELLO WORLD"));
return (0);
}
Reference in New Issue
View Git Blame
Copy Permalink