first commit
This commit is contained in:
commit
31bda4481f
37 changed files with 4645 additions and 0 deletions
8
2015/seven/input.example
Normal file
8
2015/seven/input.example
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