From 18020762eb4f1c77f76edd65e6f601a46e53c433 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Wed, 1 Apr 2020 04:43:41 +1300 Subject: [PATCH] Add Locomotice Basic Fixes: #514 Co-Authored-By: Arryan Zaman --- README.md | 1 + b/locomotive-basic.b | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 b/locomotive-basic.b diff --git a/README.md b/README.md index e7c7292e..08c0295d 100755 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Brzrk](b/BRZRK.brzrk) * [Burlesque](b/burlesque.burlesque) * [Byter](b/byter.byter) +* [Locomotive Basic](b/locomotive-basic.b) * [C++](c/c%2B%2B.cpp) * [C](c/c.c) * [Caml](c/caml.ml) diff --git a/b/locomotive-basic.b b/b/locomotive-basic.b new file mode 100644 index 00000000..ad6862f7 --- /dev/null +++ b/b/locomotive-basic.b @@ -0,0 +1,2 @@ +10 print "Hello, World" +run