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