2015 day 4, 5, 6, 7.

This commit is contained in:
Mikaël Capelle
2024-01-04 21:05:42 +01:00
parent 685f1e56d7
commit f94e2bd831
12 changed files with 1850 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
ugknbfddgicrmopn
aaa
jchzalrnumimnmhp
haegwjzuvuyypxyu
dvszwmarrgswjxmb

View File

@@ -0,0 +1,3 @@
turn on 0,0 through 999,999
toggle 0,0 through 999,0
turn off 499,499 through 500,500

View 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