Added Lingo

Fixes: #667
Co-Authored-By: Olle Widell <olleweb@users.noreply.github.com>
This commit is contained in:
Richie Bendall
2020-04-01 05:15:30 +13:00
parent c2ced3756d
commit 70e6d3a309
2 changed files with 5 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Awful](a/awful.yuk)
* [Awk](a/awk.awk)
* [B](b/B.b)
* [Ballerina](b/ballerina.bal)
* [Bash](b/bash.bash)
* [Basic](b/basic.bas)
* [Batch](b/batch.bat)
@@ -344,6 +345,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Less](l/less.less)
* [Leszek](l/leszek.leszek)
* [Limbo](l/limbo.b)
* [Lingo](l/lingo.lg4)
* [Lisaac](l/lisaac.li)
* [Lisp](l/lisp.lsp)
* [Livescript](l/livescript.ls)

3
l/lingo.lg4 Normal file
View File

@@ -0,0 +1,3 @@
on startmovie
alert "Hello World"
end