diff --git a/b/battlestar.bts b/b/battlestar.bts new file mode 100755 index 00000000..9a92115e --- /dev/null +++ b/b/battlestar.bts @@ -0,0 +1,3 @@ +#!/usr/bin/bts +const hello = "Hello, world!\n" +print(hello)