Files
42_old_fillit/srcs/get_smallest_square.c
2019-04-12 22:30:50 +02:00

17 lines
950 B
C

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_smallest_square.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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*/
}