Skip to content

Instantly share code, notes, and snippets.

@xpqz
Created December 6, 2021 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xpqz/0aff1e1ac33d3f52402784b8145002fb to your computer and use it in GitHub Desktop.
Save xpqz/0aff1e1ac33d3f52402784b8145002fb to your computer and use it in GitHub Desktop.
⎕FR ⎕PP ⎕IO←1287 34 0
init←{⍺ (≢⍵)}⌸∊⎕CSV(⊃⎕NGET'../d/6'1)''4
state←init[;1]@(init[;0])⊢9⍴0
day6←{s←9⍴0⋄s[6 8]←⍵[0]⋄s[⍳8]+←⍵[1+⍳8]⋄s}
+/day6⍣80⊢state
+/day6⍣256⊢state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment