Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
(let Cells (chop "_###_##_#_#_#_#__#__")
|
||||
(do 10
|
||||
(prinl Cells)
|
||||
(setq Cells
|
||||
(make
|
||||
(link "_")
|
||||
(map
|
||||
'((L)
|
||||
(case (head 3 L)
|
||||
(`(mapcar chop '("___" "__#" "_#_" "#__" "###"))
|
||||
(link "_") )
|
||||
(`(mapcar chop '("_##" "#_#" "##_"))
|
||||
(link "#") ) ) )
|
||||
Cells )
|
||||
(link "_") ) ) ) )
|
||||
Loading…
Add table
Add a link
Reference in a new issue