Merge branch 'master' of git://github.com/defunkt/hello-world

This commit is contained in:
Pat Nakajima
2008-07-14 22:53:25 -04:00
2 changed files with 4 additions and 0 deletions

1
nu.nu Normal file
View File

@@ -0,0 +1 @@
(puts "Hello World")

3
scheme.scm Normal file
View File

@@ -0,0 +1,3 @@
(begin
(display "Hello World")
(newline))