diff --git a/srcs/get_smallest_square.c b/srcs/get_smallest_square.c new file mode 100644 index 0000000..55a3058 --- /dev/null +++ b/srcs/get_smallest_square.c @@ -0,0 +1,16 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* get_smallest_square.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: vmanzoni +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2019/04/12 22:29:45 by vmanzoni #+# #+# */ +/* Updated: 2019/04/12 22:30:32 by vmanzoni ### ########.fr */ +/* */ +/* ************************************************************************** */ + +char *get_smallest_square(/*args*/) +{ + /*backtracking*/ +}