Skip to main content
Commonmark migration
Source Link

#Ruby, 28 26 bytes#

Ruby, 28 26 bytes

Thanks to Cyoce for saving 2 bytes!

->n{eval'['*n+'n'+']*n'*n} 

Stolen shamelessly from xnor's excellent answer.

#Ruby, 28 26 bytes#

Thanks to Cyoce for saving 2 bytes!

->n{eval'['*n+'n'+']*n'*n} 

Stolen shamelessly from xnor's excellent answer.

Ruby, 28 26 bytes

Thanks to Cyoce for saving 2 bytes!

->n{eval'['*n+'n'+']*n'*n} 

Stolen shamelessly from xnor's excellent answer.

replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

#Ruby, 28 26 bytes#

Thanks to CyoceCyoce for saving 2 bytes!

->n{eval'['*n+'n'+']*n'*n} 

Stolen shamelessly from xnorxnor's excellent answerexcellent answer.

#Ruby, 28 26 bytes#

Thanks to Cyoce for saving 2 bytes!

->n{eval'['*n+'n'+']*n'*n} 

Stolen shamelessly from xnor's excellent answer.

#Ruby, 28 26 bytes#

Thanks to Cyoce for saving 2 bytes!

->n{eval'['*n+'n'+']*n'*n} 

Stolen shamelessly from xnor's excellent answer.

solution improvement
Source Link
adrianmp
  • 1.7k
  • 1
  • 10
  • 15

#Ruby, 28 bytes#28 26 bytes#

Thanks to Cyoce for saving 2 bytes!

->n{eval('['*n+'n'+']*n'*n)eval'['*n+'n'+']*n'*n} 

Stolen shamelessly from xnor's excellent answer.

#Ruby, 28 bytes#

->n{eval('['*n+'n'+']*n'*n)} 

Stolen shamelessly from xnor's excellent answer.

#Ruby, 28 26 bytes#

Thanks to Cyoce for saving 2 bytes!

->n{eval'['*n+'n'+']*n'*n} 

Stolen shamelessly from xnor's excellent answer.

Source Link
adrianmp
  • 1.7k
  • 1
  • 10
  • 15
Loading