diff options
Diffstat (limited to '20/py/aoc20.py')
| -rw-r--r-- | 20/py/aoc20.py | 2 |
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: |
