Merge pull request #301 from xyproto/master

Add Battlestar
This commit is contained in:
Mike Donaghy
2017-02-12 16:12:04 -06:00
committed by GitHub

3
b/battlestar.bts Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/bts
const hello = "Hello, world!\n"
print(hello)