Skip to content

Instantly share code, notes, and snippets.

@mainland
Created March 31, 2015 21:28
Show Gist options
  • Save mainland/3a520aab80c15aad4181 to your computer and use it in GitHub Desktop.
Save mainland/3a520aab80c15aad4181 to your computer and use it in GitHub Desktop.
#lang racket
(define (main . argv)
(display argv)
(newline))
(provide main)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment