add Nu and Scheme

This commit is contained in:
Chris Wanstrath
2008-07-14 19:44:15 -07:00
parent cf7fdd30bd
commit e9b495e56f
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))