7 lines
70 B
C
7 lines
70 B
C
#include "libft.h"
|
|
|
|
int main(void)
|
|
{
|
|
ft_puts("h2g2");
|
|
return (0);
|
|
}
|