Tests for annie
This commit is contained in:
@ -4,7 +4,7 @@ function entry: string2integer
|
|||||||
|
|
||||||
entry (arg) := {
|
entry (arg) := {
|
||||||
[integer: result]
|
[integer: result]
|
||||||
|
|
||||||
result := printCharacter('H');
|
result := printCharacter('H');
|
||||||
result := printCharacter('e');
|
result := printCharacter('e');
|
||||||
result := printCharacter('l');
|
result := printCharacter('l');
|
||||||
@ -20,4 +20,4 @@ entry (arg) := {
|
|||||||
result := printCharacter('\n');
|
result := printCharacter('\n');
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user