From 4d631e1d7447ad0cb6a8cd6ccb3cb8b0efc779a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Wed, 9 Dec 2020 10:32:31 +0100 Subject: correct number of - --- 20/README | 2 +- 20/py/aoc20.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '20') 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): -- cgit v1.2.1