From 7a7a788a11c0f6508837a32c4332545870eca653 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 31 Dec 2022 17:04:04 +0100 Subject: 2022-21 part 1 in js --- 2022/21-Monkey-Math/example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 2022/21-Monkey-Math/example (limited to '2022/21-Monkey-Math/example') 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 -- cgit v1.2.3