Skip to main content
Commonmark migration
Source Link

#Ruby: 22 characters

Ruby: 22 characters

n.downto(1).reduce(:*) 

#Ruby: 22 characters

n.downto(1).reduce(:*) 

Ruby: 22 characters

n.downto(1).reduce(:*) 
Removed a space that didn't belong there, added syntax highlighting
Source Link
user3094403
  • 8.4k
  • 7
  • 46
  • 71

#Ruby: 22 characters

 n.downto(1).reduce(:*) 
n.downto(1).reduce(:*) 

#Ruby: 22 characters

 n.downto(1).reduce(:*) 

#Ruby: 22 characters

n.downto(1).reduce(:*) 
formatting
Source Link
Kyle Kanos
  • 4.4k
  • 2
  • 20
  • 32

Ruby #Ruby: n.downto(1).reduce(:*) 22 characters22 characters

 n.downto(1).reduce(:*) 

Ruby: n.downto(1).reduce(:*) 22 characters

#Ruby: 22 characters

 n.downto(1).reduce(:*) 
Source Link
Sivan
  • 21
  • 1
Loading