Tests for annie

This commit is contained in:
Meyer Simon
2025-05-06 21:30:04 -04:00
parent 9633e32281
commit 63bdb0a470

View File

@ -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;
}
}