summaryrefslogtreecommitdiffstats
path: root/19/py/21.js
diff options
context:
space:
mode:
authorGustav Sörnäs <gusso230@student.liu.se>2019-12-21 18:12:32 +0100
committerGustav Sörnäs <gusso230@student.liu.se>2019-12-21 20:29:35 +0100
commit49280f2be70142633639618c8f8af0eb807fe429 (patch)
treec95426f9cc92dcc68a1627890c71f39dc152b9e0 /19/py/21.js
parent6648b90e324ef95c072a17daf4173b2334f08d57 (diff)
downloadaoc-49280f2be70142633639618c8f8af0eb807fe429.tar.gz
Separate solutions for day 21
Diffstat (limited to '19/py/21.js')
-rw-r--r--19/py/21.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/19/py/21.js b/19/py/21.js
deleted file mode 100644
index 7267d45..0000000
--- a/19/py/21.js
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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