/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/03 20:29:33 by cacharle #+# #+# */ /* Updated: 2020/02/03 20:30:03 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include "ft_ssl.h" int main(int argc, char **argv) { ft_putendl("hello\n"); return (0); }