diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-24 23:57:15 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-24 23:57:15 +0100 |
commit | 46859764ad4073da2c910ebd321320e1edb9b8c6 (patch) | |
tree | b0b4cccb96547eb25a2953ff62572f2c61e3de83 /day24/example_simple.txt | |
parent | c6ca510a5ccf232cbf0677a77453addb8d5d70be (diff) |
Fucking day 24
Diffstat (limited to 'day24/example_simple.txt')
-rw-r--r-- | day24/example_simple.txt | 10 |
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 |