From: Ben Harris Date: Tue, 14 May 2024 06:45:01 +0000 (+0100) Subject: 14a: short-circuit boolean ops because I think I'll need them X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=e3258e481fe12697f17265ce911dfb268e5936e3;p=aoc-2022.git 14a: short-circuit boolean ops because I think I'll need them --- diff --git a/14/14a.bqn b/14/14a.bqn new file mode 100644 index 0000000..3d5a350 --- /dev/null +++ b/14/14a.bqn @@ -0,0 +1,2 @@ +_and_and_←{𝕨𝔽◶⟨0,𝕘⟩𝕩} +_or_or_ ←{𝕨𝔽◶⟨𝕘,1⟩𝕩}