add makefile and start of project
This commit is contained in:
7
srcs/ft_ping.c
Normal file
7
srcs/ft_ping.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include "includes/ft_ping.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
printf("AAAAAAAAAAAAAAAAAAA");
|
||||
return(0);
|
||||
}
|
6
srcs/includes/ft_ping.h
Normal file
6
srcs/includes/ft_ping.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef FT_PING_H
|
||||
# define FT_PING_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user