diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-12-29 18:17:26 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-12-29 18:17:26 +0100 |
commit | 3493b17da08896787c475b903763293f4b4e6f89 (patch) | |
tree | 7a689958a3da30ae5e03b8d35bbf1cf73f828cf7 /AoC2023/day20/eg-i2 | |
parent | 92b5b7b716b6f6906b1432a092571ae712e56ac7 (diff) | |
download | scratch-3493b17da08896787c475b903763293f4b4e6f89.tar.gz scratch-3493b17da08896787c475b903763293f4b4e6f89.tar.bz2 scratch-3493b17da08896787c475b903763293f4b4e6f89.zip |
[AoC2023] day20 lisp part1
Diffstat (limited to 'AoC2023/day20/eg-i2')
-rw-r--r-- | AoC2023/day20/eg-i2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/AoC2023/day20/eg-i2 b/AoC2023/day20/eg-i2 new file mode 100644 index 0000000..2738ceb --- /dev/null +++ b/AoC2023/day20/eg-i2 @@ -0,0 +1,5 @@ +broadcaster -> a +%a -> inv, con +&inv -> b +%b -> con +&con -> output |