diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-12-09 10:32:31 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-12-09 10:32:31 +0100 |
| commit | 4d631e1d7447ad0cb6a8cd6ccb3cb8b0efc779a6 (patch) | |
| tree | fc67ce68e252900dc3288a0fc5e9ed51e5b10905 | |
| parent | 1113bf7070d0b86c4e1b296a9c8403cc00256704 (diff) | |
| download | aoc-4d631e1d7447ad0cb6a8cd6ccb3cb8b0efc779a6.tar.gz | |
correct number of -
| -rw-r--r-- | 20/README | 2 | ||||
| -rw-r--r-- | 20/py/aoc20.py | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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): |
