From 8ab3dcbc89cadf57a2baa614b9739c171d7a5783 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 10 Jul 2021 20:09:30 +0000 Subject: [PATCH] Fix string literal in Battlestar code --- langs/battlestar.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/langs/battlestar.yaml b/langs/battlestar.yaml index 3dd29dd..67520e8 100644 --- a/langs/battlestar.yaml +++ b/langs/battlestar.yaml @@ -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))