summaryrefslogtreecommitdiffstats
path: root/19/py/21.js
diff options
context:
space:
mode:
authorGustav Sörnäs <gusso230@student.liu.se>2019-12-21 14:06:16 +0100
committerGustav Sörnäs <gusso230@student.liu.se>2019-12-21 20:29:34 +0100
commitb672158dc1ccd12b5615fbfe03524e979ef4da52 (patch)
tree8200ee73880df649a5cc0dda163e6be0f0e77348 /19/py/21.js
parent8a6142b323462587e2feead3ba56efef280d0654 (diff)
downloadaoc-b672158dc1ccd12b5615fbfe03524e979ef4da52.tar.gz
Day 21 part 2
Diffstat (limited to '19/py/21.js')
-rw-r--r--19/py/21.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/19/py/21.js b/19/py/21.js
new file mode 100644
index 0000000..7267d45
--- /dev/null
+++ b/19/py/21.js
@@ -0,0 +1,14 @@
+# part1
+or A T
+and B T
+and C T
+not T J
+and D J
+# part2
+not F T
+not T T
+or I T
+and E T
+or H T
+and T J
+run