summaryrefslogtreecommitdiffstats
path: root/22/solution.py
diff options
context:
space:
mode:
Diffstat (limited to '22/solution.py')
-rw-r--r--22/solution.py2
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