aoc2019apl icon indicating copy to clipboard operation
aoc2019apl copied to clipboard

Advent of Code 2019 solutions in Dyalog APL

Results 1 aoc2019apl issues
Sort by recently updated
recently updated
newest added

nice hack with `⍎` :) you could track just the position of card 2019: ```apl n←10007⋄a←2019⋄deal←with←into←stack←0 cut←{a-⍵}⋄new←{-a+1}⋄increment←{a×⍵} a⊣{a⊢←n|⍎⍵}¨⊃⎕nget'p22.txt'1 ```