Created
April 26, 2016 19:00
-
-
Save leppie/3b886844f3a6b1aaf0648888bd88c5b8 to your computer and use it in GitHub Desktop.
R6RS test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(import (rnrs)) | |
(display "I am a dick") | |
(newline) | |
#!eof | |
(display "I am a cat") | |
(newline) | |
(display "Moeiw") | |
(newline) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment