Add IronScheme

Co-Authored-By: Chris <1179486+beakr@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2021-01-21 02:40:19 +13:00
parent bbe9c969fb
commit ec8c28c809
2 changed files with 6 additions and 1 deletions

4
i/ironscheme.ss Normal file
View File

@@ -0,0 +1,4 @@
(import (rnrs))
(display "Hello World")
(newline)