rm comment

This commit is contained in:
Timo Schmidt 2023-03-26 07:56:11 +02:00
parent b4b456392e
commit 27f69f04eb
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/26 06:13:07 by tischmid #+# #+# */
/* Updated: 2023/03/26 07:49:42 by tischmid ### ########.fr */
/* Updated: 2023/03/26 07:54:38 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
@ -32,7 +32,6 @@ int main(int argc, char **argv)
return (0);
}
// TODO: get position
// handle sum of opposite inputs
/*
if (backtrack(borders, board, n) == 0)
{