/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_smallest_square.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: vmanzoni +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/04/12 22:29:45 by vmanzoni #+# #+# */ /* Updated: 2019/04/14 12:02:22 by vmanzoni ### ########.fr */ /* */ /* ************************************************************************** */ #include "../includes/fillit.h" char *get_smallest_square(/*args*/) { /*backtracking*/ }