From 49280f2be70142633639618c8f8af0eb807fe429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 21 Dec 2019 18:12:32 +0100 Subject: Separate solutions for day 21 --- 19/py/21.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 19/py/21.js (limited to '19/py/21.js') 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 -- cgit v1.2.1