summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-12-09 10:32:31 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-12-09 10:32:31 +0100
commit4d631e1d7447ad0cb6a8cd6ccb3cb8b0efc779a6 (patch)
treefc67ce68e252900dc3288a0fc5e9ed51e5b10905
parent1113bf7070d0b86c4e1b296a9c8403cc00256704 (diff)
downloadaoc-4d631e1d7447ad0cb6a8cd6ccb3cb8b0efc779a6.tar.gz
correct number of -
-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):