/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/07/19 11:01:32 by cacharle #+# #+# */ /* Updated: 2019/07/19 13:35:23 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include "include.h" int main(int argc, char **argv) { return (0); }