add day 7 template

This commit is contained in:
timeshifter
2026-06-07 21:10:02 +02:00
parent 738b558c54
commit b8537ed049
5 changed files with 365 additions and 0 deletions
+8
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