/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/24 09:27:44 by cacharle #+# #+# */ /* Updated: 2020/02/24 09:33:03 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include "fractol.h" int main(int argc, char **argv) { ft_putendl("hello"); return (0); }