diff options
Diffstat (limited to '')
-rw-r--r-- | 2022/21-Monkey-Math/example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2022/21-Monkey-Math/example b/2022/21-Monkey-Math/example new file mode 100644 index 0000000..e14be60 --- /dev/null +++ b/2022/21-Monkey-Math/example @@ -0,0 +1,15 @@ +root: pppw + sjmn +dbpl: 5 +cczh: sllz + lgvd +zczc: 2 +ptdq: humn - dvpt +dvpt: 3 +lfqf: 4 +humn: 5 +ljgn: 2 +sjmn: drzm * dbpl +sllz: 4 +pppw: cczh / lfqf +lgvd: ljgn * ptdq +drzm: hmdt - zczc +hmdt: 32 |