Fix string literal in Battlestar code

This commit is contained in:
Radon Rosborough 2021-07-10 20:09:30 +00:00
parent f9423f1482
commit 8ab3dcbc89
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ install:
main: "main.bts" main: "main.bts"
template: | template: |
const message = "Hello, world! const message = "Hello, world!\n"
"
fun main fun main
syscall(1, 1, message, len(message)) syscall(1, 1, message, len(message))