diff --git a/i/ironscheme.ss b/i/ironscheme.ss new file mode 100644 index 00000000..491bb5d8 --- /dev/null +++ b/i/ironscheme.ss @@ -0,0 +1,4 @@ +(import (rnrs)) + +(display "Hello World") +(newline) \ No newline at end of file diff --git a/readme.md b/readme.md index 546cb2d4..f72e6226 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (724 total) +## Languages (725 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -374,6 +374,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Io](i/Io.Io) * [Ioke](i/ioke.ik) * [Irc](i/irc) +* [Ironscheme](i/ironscheme.ss) * [Iscom](i/iscom.iscom) * [Islisp](i/ISLISP.lisp) * [J](j/j.ijs)