summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--20/README2
-rw-r--r--20/py/aoc20.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/20/README b/20/README
index 697b9f5..907211d 100644
--- a/20/README
+++ b/20/README
@@ -11,7 +11,7 @@ Day Time Ans Time Ans
7 2.884 139 2.681 58175
8 0.263 2025 1.193 826
9 2.741 26796446 2.875 3353494
- --------- ---------
+ ------- -------
tot TBD TBD
diff --git a/20/py/aoc20.py b/20/py/aoc20.py
index 5c4e948..898b09b 100644
--- a/20/py/aoc20.py
+++ b/20/py/aoc20.py
@@ -110,9 +110,9 @@ if __name__ == "__main__":
print()
if decorate:
- print(" ---------", end="")
+ print(" -------", end="")
if only_part == 0:
- print(" ---------", end="")
+ print(" -------", end="")
print()
print("tot ", end="")
if running_part(1):