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 Revisions

3 of 6
saved 1 byte
Arnauld
  • 205.5k
  • 21
  • 187
  • 670

JavaScript (ES6), 139 bytes

f=N=>(F=n=>n<30?(g=_=>F[k=n%5]^(F[k]|=1<<(v=Math.random()*15))?n-17?"BINGO"[n]||k*15-~v:'free':g())()+` 
`[k>>2]+F(n+1):--N?`
`+f(N):'')(0)

Try it online!

Arnauld
  • 205.5k
  • 21
  • 187
  • 670

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