#include void ft_putstr(char *str); int main(void) { ft_putstr("hello world!\0no!"); } void setUp(void) { } void tearDown(void) { }