summaryrefslogtreecommitdiffstats
path: root/solutions
diff options
context:
space:
mode:
authorGustav Sörnäs <gusso230@student.liu.se>2019-12-16 20:51:28 +0100
committerGustav Sörnäs <gusso230@student.liu.se>2019-12-16 20:51:28 +0100
commit9e3b6a72af1ad44d7f2521cf2c89568dafba96bb (patch)
treef0e6425998375ca26b419083a5713aa4c583d31e /solutions
parent58b64b16fcc0004eb8661d45ff3fbeef285d668a (diff)
downloadaoc-9e3b6a72af1ad44d7f2521cf2c89568dafba96bb.tar.gz
Reformat main
Diffstat (limited to 'solutions')
-rw-r--r--solutions/py/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/solutions/py/main.py b/solutions/py/main.py
index 730c8ac..56a7866 100644
--- a/solutions/py/main.py
+++ b/solutions/py/main.py
@@ -17,8 +17,8 @@ import d14
import d15
import d16
-mods = [d01, d02, d03, d04, d05, d06, d07, d08, d09, d10, d11, d12, d13, \
- d14, d15, d16]
+mods = [d01, d02, d03, d04, d05, d06, d07, d08, d09, d10, \
+ d11, d12, d13, d14, d15, d16]
timings = [[0 for _ in range(2)] for _ in range(len(mods))]
clock_type = time.CLOCK_MONOTONIC