diff options
author | lamp | 2023-12-11 13:34:24 +0000 |
---|---|---|
committer | lamp | 2023-12-11 13:34:24 +0000 |
commit | d0842f0de1c0a3370ba3fe49918f664863bac100 (patch) | |
tree | 446b1c126185600db79753c90a4a592679d1c122 /8s.txt | |
parent | 8b200eebe9c88f98e7136b206790d6ef472a28ac (diff) |
add day 8 solutions
Diffstat (limited to '8s.txt')
-rw-r--r-- | 8s.txt | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +RL + +AAA = (BBB, CCC) +BBB = (DDD, EEE) +CCC = (ZZZ, GGG) +DDD = (DDD, DDD) +EEE = (EEE, EEE) +GGG = (GGG, GGG) +ZZZ = (ZZZ, ZZZ) |