diff options
author | Julien Dessaux | 2022-12-31 17:04:04 +0100 |
---|---|---|
committer | Julien Dessaux | 2022-12-31 17:33:31 +0100 |
commit | 7a7a788a11c0f6508837a32c4332545870eca653 (patch) | |
tree | 9935c154ae6ba2f10dc55fa95e919f5a1628ee67 /2022/21-Monkey-Math/example | |
parent | 2022-20 in js (diff) | |
download | advent-of-code-7a7a788a11c0f6508837a32c4332545870eca653.tar.gz advent-of-code-7a7a788a11c0f6508837a32c4332545870eca653.tar.bz2 advent-of-code-7a7a788a11c0f6508837a32c4332545870eca653.zip |
2022-21 part 1 in js
Diffstat (limited to '2022/21-Monkey-Math/example')
-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 |