From 49fdac3bc1a3c3c5030cd4cd22232b740085bf65 Mon Sep 17 00:00:00 2001 From: gnuhead-chieb <41156994+gnuhead-chieb@users.noreply.github.com> Date: Mon, 7 Feb 2022 09:41:12 +0900 Subject: [PATCH] Add Guile (#1304) * Add Guile * Update Guile.scm * Add files via upload * Update readme.md Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> --- g/Guile.scm | 2 ++ readme.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 g/Guile.scm 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)