We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b879b commit d787f49Copy full SHA for d787f49
alan/programs/palindrome.alan
@@ -1,4 +1,4 @@
1
-cancer() : proc
+palindrome() : proc
2
is_it (n : int, source:reference byte[]) : int
3
i : int;
4
@@ -27,4 +27,3 @@ cancer() : proc
27
else
28
writeString(" ... is palindrome\n");
29
}
30
-
0 commit comments