#include int main(void) { printf("%d\n", ft_strlen("HELLO WORLD")); return (0); }