get_smallest_square file added

This commit is contained in:
Manzovince
2019-04-12 22:30:50 +02:00
parent f7790d1088
commit f0b7e09543

View File

@@ -0,0 +1,16 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* 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*/
}