Skip to content

Instantly share code, notes, and snippets.

@marianoguerra
Created April 7, 2012 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianoguerra/2324799 to your computer and use it in GitHub Desktop.
Save marianoguerra/2324799 to your computer and use it in GitHub Desktop.
hello world 1
; ask for the name
(display "name? ")
; display the message
(display (string-append "Hello " (read-line) "!\n"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment