From 70e6d3a3098e3c4b3e1ae384c7911f334c8c5332 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Wed, 1 Apr 2020 05:15:30 +1300 Subject: [PATCH] Added Lingo Fixes: #667 Co-Authored-By: Olle Widell --- README.md | 2 ++ l/lingo.lg4 | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 l/lingo.lg4 diff --git a/README.md b/README.md index 68ade261..0232eb29 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/l/lingo.lg4 b/l/lingo.lg4 new file mode 100644 index 00000000..fc18ec79 --- /dev/null +++ b/l/lingo.lg4 @@ -0,0 +1,3 @@ +on startmovie + alert "Hello World" +end