Add files
This commit is contained in:
19
ft_hello_42/ft_hello_42.c
Normal file
19
ft_hello_42/ft_hello_42.c
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user