diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-11-25 22:33:45 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-11-25 22:33:45 +0000 |
commit | 0e8e49af605d3160645e773fdec53b7cf60cc068 (patch) | |
tree | e6a57463ae610b0be85884c3ee4bc2b6dd927b37 /22 | |
parent | a7a6b86002b595bc167af72606b14c67ed1bdf8f (diff) | |
download | aoc2015-0e8e49af605d3160645e773fdec53b7cf60cc068.tar.gz aoc2015-0e8e49af605d3160645e773fdec53b7cf60cc068.tar.xz aoc2015-0e8e49af605d3160645e773fdec53b7cf60cc068.zip |
more solutions
Diffstat (limited to '22')
-rw-r--r-- | 22/solution.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/22/solution.py b/22/solution.py new file mode 100644 index 0000000..2859416 --- /dev/null +++ b/22/solution.py @@ -0,0 +1,2 @@ +if __name__ == '__main__': + with open('input') as f:
\ No newline at end of file |