Solutions for 2022, as well as 2015-2018 and 2019 up to day 11
This commit is contained in:
commit
1895197c49
722 changed files with 375457 additions and 0 deletions
8
2015/day07-some_assembly_required/tests/sample_input
Normal file
8
2015/day07-some_assembly_required/tests/sample_input
Normal file
|
@ -0,0 +1,8 @@
|
|||
123 -> x
|
||||
456 -> y
|
||||
x AND y -> d
|
||||
x OR y -> e
|
||||
x LSHIFT 2 -> f
|
||||
y RSHIFT 2 -> g
|
||||
NOT x -> h
|
||||
NOT y -> i
|
Loading…
Add table
Add a link
Reference in a new issue