summaryrefslogtreecommitdiff
path: root/progs/palindrome.tm
diff options
context:
space:
mode:
Diffstat (limited to 'progs/palindrome.tm')
-rw-r--r--progs/palindrome.tm33
1 files changed, 33 insertions, 0 deletions
diff --git a/progs/palindrome.tm b/progs/palindrome.tm
new file mode 100644
index 0000000..55c77dd
--- /dev/null
+++ b/progs/palindrome.tm
@@ -0,0 +1,33 @@
+! BABBBAABBBAB
+%1 H
+1 #>2
+2A >3
+2B >4
+2 <7
+3AA>3
+3BB>3
+3 <5
+4AA>4
+4BB>4
+4 <6
+5A <B
+5B <C
+5 <7
+6A <C
+6B <B
+6 <7
+7 <7
+7# >8
+8 Y>9
+9 E>A
+A S>H
+BAA<B
+BBB<B
+B >2
+CA <C
+CB <C
+C <C
+C# >D
+D N>E
+E O>H
+