diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2019-12-21 18:12:32 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2019-12-21 20:29:35 +0100 |
| commit | 49280f2be70142633639618c8f8af0eb807fe429 (patch) | |
| tree | c95426f9cc92dcc68a1627890c71f39dc152b9e0 /19/py/21.js | |
| parent | 6648b90e324ef95c072a17daf4173b2334f08d57 (diff) | |
| download | aoc-49280f2be70142633639618c8f8af0eb807fe429.tar.gz | |
Separate solutions for day 21
Diffstat (limited to '19/py/21.js')
| -rw-r--r-- | 19/py/21.js | 14 |
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 |
