add makefile and start of project

This commit is contained in:
2025-04-23 16:45:33 +02:00
commit c508059e5f
4 changed files with 44 additions and 0 deletions

7
srcs/ft_ping.c Normal file
View File

@ -0,0 +1,7 @@
#include "includes/ft_ping.h"
int main(void)
{
printf("AAAAAAAAAAAAAAAAAAA");
return(0);
}