Skip to content

Instantly share code, notes, and snippets.

@sorah
Forked from anonymous/gist:344739
Created March 26, 2010 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sorah/344740 to your computer and use it in GitHub Desktop.
Save sorah/344740 to your computer and use it in GitHub Desktop.
puts (1..9).map{|i| (1..9).map{|j| "#{i} * #{j} = #{i*j}" }.join("\n") }.join("\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment