Skip to content

Commit d787f49

Browse files
authored
Update palindrome.alan
1 parent 57b879b commit d787f49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

alan/programs/palindrome.alan

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cancer() : proc
1+
palindrome() : proc
22
is_it (n : int, source:reference byte[]) : int
33
i : int;
44

@@ -27,4 +27,3 @@ cancer() : proc
2727
else
2828
writeString(" ... is palindrome\n");
2929
}
30-

0 commit comments

Comments
 (0)