diff options
Diffstat (limited to 'day08/example1.txt')
| -rw-r--r-- | day08/example1.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/day08/example1.txt b/day08/example1.txt new file mode 100644 index 0000000..9029a1b --- /dev/null +++ b/day08/example1.txt | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | RL | ||
| 2 | |||
| 3 | AAA = (BBB, CCC) | ||
| 4 | BBB = (DDD, EEE) | ||
| 5 | CCC = (ZZZ, GGG) | ||
| 6 | DDD = (DDD, DDD) | ||
| 7 | EEE = (EEE, EEE) | ||
| 8 | GGG = (GGG, GGG) | ||
| 9 | ZZZ = (ZZZ, ZZZ) | ||
