diff options
Diffstat (limited to 'test_programs/thue/busy_beaver.thue')
| -rw-r--r-- | test_programs/thue/busy_beaver.thue | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test_programs/thue/busy_beaver.thue b/test_programs/thue/busy_beaver.thue new file mode 100644 index 0000000..aaec7d6 --- /dev/null +++ b/test_programs/thue/busy_beaver.thue @@ -0,0 +1,12 @@ +A0::=1B +0A1::=C01 +1A1::=C11 +0B0::=A01 +1B0::=A11 +B1::=1B +0C0::=B01 +1C0::=B11 +0C1::=H01 +1C1::=H11 +::= +000000A000000 |
