diff options
Diffstat (limited to '19/py/21.js')
| -rw-r--r-- | 19/py/21.js | 14 |
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 |
