From 63bdb0a47039e837aed78341f6c92ad8379d9ca9 Mon Sep 17 00:00:00 2001 From: Meyer Simon Date: Tue, 6 May 2025 21:30:04 -0400 Subject: [PATCH] Tests for annie --- tests/programs/helloworld.alpha | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/programs/helloworld.alpha b/tests/programs/helloworld.alpha index c889222..abc43a3 100644 --- a/tests/programs/helloworld.alpha +++ b/tests/programs/helloworld.alpha @@ -4,7 +4,7 @@ function entry: string2integer entry (arg) := { [integer: result] - + result := printCharacter('H'); result := printCharacter('e'); result := printCharacter('l'); @@ -20,4 +20,4 @@ entry (arg) := { result := printCharacter('\n'); return 0; -} \ No newline at end of file +}