Add Battlestar

This commit is contained in:
Alexander F Rødseth
2016-05-20 18:08:23 +02:00
parent 9f63e88962
commit f1a9918998

7
b/battlestar.bts Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/bts
const hello = "Hello, world!\n"
print(hello)
// vim: set syntax=c ts=4 sw=4 et: