Skip to content

Instantly share code, notes, and snippets.

@dyoo
Created April 13, 2013 22:13
Show Gist options
  • Save dyoo/5380307 to your computer and use it in GitHub Desktop.
Save dyoo/5380307 to your computer and use it in GitHub Desktop.
#lang racket
(require test-engine/racket-tests)
(check-expect 1 1)
(check-expect 3 42)
(test-silence #f)
(test)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment