This commit is contained in:
Timo Schmidt 2023-03-25 18:51:02 +01:00
parent a7809f62ef
commit d26ee514df
1 changed files with 2 additions and 1 deletions

View File

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