Add files

This commit is contained in:
2026-02-28 12:27:14 +01:00
commit 31586db850
7 changed files with 94 additions and 0 deletions

19
ft_hello_42/ft_hello_42.c Normal file
View File

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

BIN
ft_hello_42/ft_hello_42.exe Normal file

Binary file not shown.