/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_hello_42.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: Syxpi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/02/28 11:36:02 by Syxpi #+# #+# */ /* Updated: 2026/02/28 11:39:00 by Syxpi ### ########.fr */ /* */ /* ************************************************************************** */ #include int main(void) { write(1, "Hello 42\n", 9); return (0); }