#include "libft.h" int main(void) { ft_puts("hello\0"); }