diff options
Diffstat (limited to 'day21/example.txt')
| -rw-r--r-- | day21/example.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/day21/example.txt b/day21/example.txt new file mode 100644 index 0000000..e14be60 --- /dev/null +++ b/day21/example.txt | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | root: pppw + sjmn | ||
| 2 | dbpl: 5 | ||
| 3 | cczh: sllz + lgvd | ||
| 4 | zczc: 2 | ||
| 5 | ptdq: humn - dvpt | ||
| 6 | dvpt: 3 | ||
| 7 | lfqf: 4 | ||
| 8 | humn: 5 | ||
| 9 | ljgn: 2 | ||
| 10 | sjmn: drzm * dbpl | ||
| 11 | sllz: 4 | ||
| 12 | pppw: cczh / lfqf | ||
| 13 | lgvd: ljgn * ptdq | ||
| 14 | drzm: hmdt - zczc | ||
| 15 | hmdt: 32 | ||
