2023-08 in haskell
This commit is contained in:
parent
70860aea14
commit
f4fc692fbc
5 changed files with 929 additions and 0 deletions
9
2023/08-Haunted_Wasteland/example
Normal file
9
2023/08-Haunted_Wasteland/example
Normal file
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue