Skip to content

Instantly share code, notes, and snippets.

@dyoo
Created April 13, 2013 22:02
Show Gist options
  • Save dyoo/5380257 to your computer and use it in GitHub Desktop.
Save dyoo/5380257 to your computer and use it in GitHub Desktop.
#lang racket
(require racket/pretty)
(define list-with-elts
(range 100))
(pretty-print-columns 'infinity)
(print list-with-elts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment