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