diff --git a/g/Guile.scm b/g/Guile.scm new file mode 100644 index 00000000..35d04628 --- /dev/null +++ b/g/Guile.scm @@ -0,0 +1,2 @@ +(display "Hello World") +(newline) diff --git a/readme.md b/readme.md index 85451225..f7d25e71 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 (897 total) +## Languages (898 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -431,6 +431,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Groovy](g/Groovy.groovy) * [GTA3Script](g/GTA3Script.sc) * [Gui4Cli](g/Gui4Cli) +* [Guile](g/Guile.scm) * [Hack](h/Hack.hh) * [Haml](h/Haml.haml) * [Haskell](h/Haskell.hs)