2023 day 20.

This commit is contained in:
Mikael CAPELLE
2023-12-20 14:18:17 +01:00
parent 12891194bb
commit dda2be2505
5 changed files with 244 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
broadcaster -> a, b, c
%a -> b
%b -> c
%c -> inv
&inv -> a

View File

@@ -0,0 +1,5 @@
broadcaster -> a
%a -> inv, con
&inv -> b
%b -> con
&con -> output