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 +}