summaryrefslogtreecommitdiff
path: root/day24/example_simple.txt
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-24 23:57:15 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-12-24 23:57:15 +0100
commit46859764ad4073da2c910ebd321320e1edb9b8c6 (patch)
treeb0b4cccb96547eb25a2953ff62572f2c61e3de83 /day24/example_simple.txt
parentc6ca510a5ccf232cbf0677a77453addb8d5d70be (diff)
Fucking day 24
Diffstat (limited to 'day24/example_simple.txt')
-rw-r--r--day24/example_simple.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/day24/example_simple.txt b/day24/example_simple.txt
new file mode 100644
index 0000000..8e277c1
--- /dev/null
+++ b/day24/example_simple.txt
@@ -0,0 +1,10 @@
+x00: 1
+x01: 1
+x02: 1
+y00: 0
+y01: 1
+y02: 0
+
+x00 AND y00 -> z00
+x01 XOR y01 -> z01
+x02 OR y02 -> z02