Tests for annie
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user