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