summaryrefslogtreecommitdiffstats
path: root/20/py/aoc20.py
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-12-12 07:06:08 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-12-12 07:06:08 +0100
commit940094e90c65ac97bf376c51521e687ae23e8568 (patch)
tree3c0ddddd995b7659e037a8f848685e4b4d1e17d9 /20/py/aoc20.py
parent38160d02f3d3f189021a4bf19596f522c3220235 (diff)
downloadaoc-940094e90c65ac97bf376c51521e687ae23e8568.tar.gz
bit faster day 11
Diffstat (limited to '20/py/aoc20.py')
-rw-r--r--20/py/aoc20.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/20/py/aoc20.py b/20/py/aoc20.py
index cf36581..c904e21 100644
--- a/20/py/aoc20.py
+++ b/20/py/aoc20.py
@@ -106,7 +106,7 @@ if __name__ == "__main__":
times.append(ans_time-start)
avg_time = sum(times) / len(times)
tot_time[part] += avg_time
- print(f" {avg_time*1000:6.3f} {ans:14}", end="")
+ print(f" {avg_time*1000:8.3f} {ans:14}", end="")
print()
if decorate: