Skip to content

Instantly share code, notes, and snippets.

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