/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: gtertysh +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/02 13:00:54 by gtertysh #+# #+# */ /* Updated: 2016/11/05 20:24:06 by gtertysh ### ########.fr */ /* */ /* ************************************************************************** */ #include "../lib/ft.h" int main(void) { ft_putstr("Hello\n"); return (0); }