Skip to main content
deleted 41 characters in body
Source Link
akamayu
  • 1.2k
  • 3
  • 8

APL(Dyalog Unicode), 5856 bytes SBCS

Build the program and execute it.

{⍎∊(↓8 3⍴'0⊣3⍴' 1+0⊣1+ -1-2× ÷2÷⎕←.5×⎕← {} 0  '0')[7,⌽8,10|≢¨' '(≠⊆⊢)⍵]}

Try it on APLgolf!Try it on APLgolf!

APL(Dyalog Unicode), 58 bytes SBCS

Build the program and execute it.

{⍎∊(↓8 3⍴'0⊣ 1+ -1-2× ÷2÷⎕← {} 0  ')[7,⌽8,10|≢¨' '(≠⊆⊢)⍵]}

Try it on APLgolf!

APL(Dyalog Unicode), 56 bytes SBCS

{⍎∊(↓8 3⍴' 0⊣1+ -1-2× .5×⎕← {} 0')[7,⌽8,10|≢¨' '(≠⊆⊢)⍵]}

Try it on APLgolf!

Source Link
akamayu
  • 1.2k
  • 3
  • 8

APL(Dyalog Unicode), 58 bytes SBCS

Build the program and execute it.

{⍎∊(↓8 3⍴'0⊣ 1+ -1-2× ÷2÷⎕← {} 0  ')[7,⌽8,10|≢¨' '(≠⊆⊢)⍵]}

Try it on APLgolf!