diff options
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 |