zboy/srcs/main.c

5 lines
No EOL
64 B
C

#include "libft.h"
int main(void) {
ft_printf("Hello\n");
}