From 329ddafc220cbe6ce8cb8661574bc4b2a000530e Mon Sep 17 00:00:00 2001 From: An0nSaiko Date: Fri, 23 Dec 2022 01:40:09 +0200 Subject: Day 21 (part1) --- day21/example.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 day21/example.txt (limited to 'day21/example.txt') 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 @@ +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