5 lines
No EOL
64 B
C
5 lines
No EOL
64 B
C
#include "libft.h"
|
|
|
|
int main(void) {
|
|
ft_printf("Hello\n");
|
|
} |