about summary refs log tree commit diff
path: root/solve.py
diff options
context:
space:
mode:
Diffstat (limited to 'solve.py')
-rw-r--r--solve.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/solve.py b/solve.py
index faf8780..f3ec8e0 100644
--- a/solve.py
+++ b/solve.py
@@ -655,8 +655,7 @@ while True:
         print("SOMETHING WENT HORRIBLY WRONG!")
 
         print(f"CANNOT SOLVE {s=} {t=}")
-        cannot_solve = open("cannot_solve.md", "a")
-        cannot_solve.write(f"# cannot solve\n\n")
+        cannot_solve = open("./cannot_solve.md", "a")
         cannot_solve.write(f"- `{s} | {t}`\n")
 
         print(f"level {level}, cache hits: {cache_hits}")