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"
template: |
const message = "Hello, world!
"
const message = "Hello, world!\n"
fun main
syscall(1, 1, message, len(message))