diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2019-12-17 18:53:31 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2019-12-17 18:53:31 +0100 |
| commit | 189ca3de24bcaa5028767154af555c2194d019ab (patch) | |
| tree | 26108eb513aa2bca52faf46ea71f359a508e7508 /solutions/py/main.py | |
| parent | c03a47188746c5e5aea1600ba4fe5fb656d71d48 (diff) | |
| download | aoc-189ca3de24bcaa5028767154af555c2194d019ab.tar.gz | |
Remove python3.8-isms
Diffstat (limited to 'solutions/py/main.py')
| -rw-r--r-- | solutions/py/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solutions/py/main.py b/solutions/py/main.py index e454eb5..cc0f04c 100644 --- a/solutions/py/main.py +++ b/solutions/py/main.py @@ -21,7 +21,7 @@ import d17 mods = [d01, d02, d03, d04, d05, d06, d07, d08, d09, d10, \ d11, d12, d13, d14, d15, d16, d17] -skip = [16] +skip = [12, 16] timings = [[0 for _ in range(2)] for _ in range(len(mods))] clock_type = time.CLOCK_MONOTONIC |
