42-archive/libftasm/debug.c
2017-11-16 15:49:59 +01:00

6 lines
66 B
C

#include "libft.h"
int main(void)
{
return (ft_puts("h2g2"));
}