/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* test2.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/02/07 13:30:04 by tomoron #+# #+# */ /* Updated: 2024/02/09 16:42:59 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ #include #include int main(int argc, char **argv) { if (argc == 2) return (atoi(argv[1])); return (0); }