diff options
Diffstat (limited to '2015/21/puzzles.py')
-rw-r--r-- | 2015/21/puzzles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2015/21/puzzles.py b/2015/21/puzzles.py index 103a2eb..6b17751 100644 --- a/2015/21/puzzles.py +++ b/2015/21/puzzles.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 import itertools |