This commit is contained in:
NikolajDanger
2022-09-15 12:05:41 +02:00
parent 8a7196bbd8
commit 64156a73a3
2 changed files with 6 additions and 5 deletions

View File

@ -22,7 +22,7 @@ def main():
start = time.time()
solution = solve_game(game)
print(f"\rFound solution with {len(solution)} steps.")
print(f"\rFound solution with {len(solution)} steps. {' '*20}")
print(format_instructions(solution, start))
if __name__ == "__main__":