From f1a99189988d5815179b80c10ac5175c99e951fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=20R=C3=B8dseth?= Date: Fri, 20 May 2016 18:08:23 +0200 Subject: [PATCH] Add Battlestar --- b/battlestar.bts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 b/battlestar.bts diff --git a/b/battlestar.bts b/b/battlestar.bts new file mode 100755 index 00000000..4435c600 --- /dev/null +++ b/b/battlestar.bts @@ -0,0 +1,7 @@ +#!/usr/bin/bts + +const hello = "Hello, world!\n" + +print(hello) + +// vim: set syntax=c ts=4 sw=4 et: