#include "minishell.h" int main(void) { ft_putendl("Hello world"); return (0); }