Skip to content

Instantly share code, notes, and snippets.

@jimmykurian
Created February 17, 2012 18:09
Show Gist options
  • Save jimmykurian/1854679 to your computer and use it in GitHub Desktop.
Save jimmykurian/1854679 to your computer and use it in GitHub Desktop.
A simple Hello World program written in the Scheme programming language.
;HelloWorld.scm - Jimmy Kurian
(begin
(display "Hello, World!")
(newline))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment