Fix string literal in Battlestar code
This commit is contained in:
parent
f9423f1482
commit
8ab3dcbc89
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue