Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

deleted 35 characters in body
Source Link
Galen Ivanov
  • 21.5k
  • 3
  • 26
  • 62

Red, 138135 bytes

d: now c: collect[repeat n 25[keep n]]if all[d/3 = 12
d/4 < 26][repeat n d/4[c/:n:"[ ]"]c/(d/4):n:"[@]"]random c
loop 5[print take/part c 5]

Try it online! Try it online!

Red, 138 bytes

d: now c: collect[repeat n 25[keep n]]if all[d/3 = 12
d/4 < 26][repeat n d/4[c/:n:"[ ]"]c/(d/4):"[@]"]random c
loop 5[print take/part c 5]

Try it online!

Red, 135 bytes

d: now c: collect[repeat n 25[keep n]]if all[d/3 = 12
d/4 < 26][repeat n d/4[c/:n:"[ ]"]c/:n:"[@]"]random c
loop 5[print take/part c 5]

Try it online!

deleted 23 characters in body
Source Link
Galen Ivanov
  • 21.5k
  • 3
  • 26
  • 62

Red, 140138 bytes

d: now c: collect[repeat n 25[keep n]]if all[d/3 = 12
d/4 < 26][repeat n d/4[c/:n:"[ ]"]c/(d/4):"[@]"]random c
loop 5[print take/part c 5]

A full program.

Try it online! Try it online!

Red, 140 bytes

d: now c: collect[repeat n 25[keep n]]if all[d/3 = 12
d/4 < 26][repeat n d/4[c/:n:"[ ]"]c/(d/4):"[@]"]random c
loop 5[print take/part c 5]

A full program.

Try it online!

Red, 138 bytes

d: now c: collect[repeat n 25[keep n]]if all[d/3 = 12
d/4 < 26][repeat n d/4[c/:n:"[ ]"]c/(d/4):"[@]"]random c
loop 5[print take/part c 5]

Try it online!

Source Link
Galen Ivanov
  • 21.5k
  • 3
  • 26
  • 62

Red, 140 bytes

d: now c: collect[repeat n 25[keep n]]if all[d/3 = 12
d/4 < 26][repeat n d/4[c/:n: "[ ]"]c/(d/4): "[@]"]random c
loop 5[print take/part c 5]

A full program.

Try it online!

AltStyle によって変換されたページ (->オリジナル) /