explication makefil en cours
This commit is contained in:
9
test/srcs/main.c
Normal file
9
test/srcs/main.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "test.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
int a = 't';
|
||||
a = transform(a);
|
||||
ft_putchar(a);
|
||||
return (0);
|
||||
}
|
||||
Reference in New Issue
Block a user