From ebe53b2c90e205ff6212c39e0b94387aa69e27d3 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 19 Feb 2023 14:25:00 +0100 Subject: cannot_solved.md formatting --- solve.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'solve.py') 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}") -- cgit 1.4.1