h48

A prototype for an optimal Rubik's cube solver, work in progress.
git clone https://git.tronto.net/h48
Download | Log | Files | Refs | README | LICENSE

commit a1acf445ff4b5cc506622b7c5f89c63e53307fe9
parent 58d18295a013ab9ca7b0ec7ef2aa8282f12ff863
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu, 19 Sep 2024 23:07:09 +0200

Removed double import

Diffstat:
Mtools/tool.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/tools/tool.h b/tools/tool.h @@ -4,7 +4,6 @@ #include <inttypes.h> #include <stdio.h> #include <stdlib.h> -#include <time.h> #include "../src/nissy.h"