Skip to content

Instantly share code, notes, and snippets.

@mrc
Created November 9, 2011 04:35
Show Gist options
  • Save mrc/1350397 to your computer and use it in GitHub Desktop.
Save mrc/1350397 to your computer and use it in GitHub Desktop.
(dolist (i (number-sequence 1 9))
(dolist (j (number-sequence 1 9))
(insert (format "%2d " (* i j))))
(insert "\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment