From 1644c904de1544f788a8e88aa6c52bcd6a625b93 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 28 Dec 2022 13:31:29 +0100 Subject: Day 21 [WIP] --- 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