2023 - Day 20 [Part 2 works with manual help]
This commit is contained in:
58
2023/input/20/input
Normal file
58
2023/input/20/input
Normal file
@@ -0,0 +1,58 @@
|
||||
%rq -> ch, sj
|
||||
%nf -> sm, rg
|
||||
%pc -> rz, zp
|
||||
%xt -> bc
|
||||
%nt -> kq, sj
|
||||
%hc -> kb, zp
|
||||
%rd -> lk
|
||||
%ml -> pp, xt
|
||||
%sq -> kl, sj
|
||||
%jg -> fl, rg
|
||||
&xl -> df
|
||||
%kl -> mb, sj
|
||||
%nd -> rg, jg
|
||||
&rg -> cs, zb, cp, vz, gp
|
||||
%mf -> zp
|
||||
%rz -> zp, fr
|
||||
%kk -> rg, bj
|
||||
%nb -> qj
|
||||
%pr -> pp
|
||||
&zp -> vl, lk, rd, kb, xl
|
||||
%fl -> nf, rg
|
||||
%tb -> pk, pp
|
||||
%bh -> pp, pr
|
||||
%nh -> sj, rq
|
||||
%lk -> hc
|
||||
%cp -> kk
|
||||
&ln -> df
|
||||
&xp -> df
|
||||
%bc -> nb, pp
|
||||
%lj -> rg
|
||||
%vz -> nd
|
||||
%vl -> lv, zp
|
||||
&gp -> df
|
||||
%hd -> pp, bq
|
||||
%fq -> pp, bh
|
||||
%pk -> fq, pp
|
||||
%cs -> zb, rg
|
||||
%sn -> fd
|
||||
%kq -> sj, qq
|
||||
%zb -> vz
|
||||
%lv -> zp, rd
|
||||
%qj -> pp, hd
|
||||
%fd -> nt
|
||||
&df -> rx
|
||||
broadcaster -> vl, cs, cn, ml
|
||||
%bq -> tb
|
||||
%kb -> pc
|
||||
%cn -> sn, sj
|
||||
%qq -> sq
|
||||
%mb -> sj, nh
|
||||
%jd -> zp, mf
|
||||
&sj -> xp, qq, cn, fd, sn
|
||||
&pp -> ln, ml, xt, bq, nb
|
||||
%sm -> rg, cp
|
||||
%ch -> sj
|
||||
%bj -> lj, rg
|
||||
%fr -> zp, mr
|
||||
%mr -> zp, jd
|
||||
5
2023/input/20/test-1
Normal file
5
2023/input/20/test-1
Normal file
@@ -0,0 +1,5 @@
|
||||
broadcaster -> a, b, c
|
||||
%a -> b
|
||||
%b -> c
|
||||
%c -> inv
|
||||
&inv -> a
|
||||
5
2023/input/20/test-2
Normal file
5
2023/input/20/test-2
Normal file
@@ -0,0 +1,5 @@
|
||||
broadcaster -> a
|
||||
%a -> inv, con
|
||||
&inv -> b
|
||||
%b -> con
|
||||
&con -> output
|
||||
Reference in New Issue
Block a user