rm backtrack.c

This commit is contained in:
Timo Schmidt 2023-03-25 19:36:57 +01:00
parent bfba9fca5d
commit 0365fe15c4
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* backtrack.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/25 16:23:31 by tischmid #+# #+# */
/* Updated: 2023/03/25 16:28:59 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
void backtrack()
{
}
int main(void)
{
return (0);
}