diff options
Diffstat (limited to 'solutions/py/d04.py')
| -rw-r--r-- | solutions/py/d04.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solutions/py/d04.py b/solutions/py/d04.py index 1d5840a..e3fb41a 100644 --- a/solutions/py/d04.py +++ b/solutions/py/d04.py @@ -47,3 +47,5 @@ if __name__ == "__main__": cProfile.run("pt1([])") cProfile.run("pt2([])") + print(pt1([])) + print(pt2([])) |
