https://github.com/jayfoad/aoc2019apl
Advent of Code 2019 solutions in Dyalog APL
https://github.com/jayfoad/aoc2019apl
advent-of-code advent-of-code-2019 adventofcode adventofcode2019 aoc aoc2019 apl dyalog dyalog-apl dyalogapl
Last synced: 3 months ago
JSON representation
Advent of Code 2019 solutions in Dyalog APL
- Host: GitHub
- URL: https://github.com/jayfoad/aoc2019apl
- Owner: jayfoad
- Created: 2019-12-01T17:32:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T19:52:30.000Z (almost 5 years ago)
- Last Synced: 2025-03-15T22:41:30.044Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2019, adventofcode, adventofcode2019, aoc, aoc2019, apl, dyalog, dyalog-apl, dyalogapl
- Language: APL
- Size: 49.8 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2019apl
Advent of Code 2019 solutions in Dyalog APLTested on Linux with:
```
dyalog -script < pN.dyalog # Dyalog version 17.1 or earlier
dyalog -script pN.dyalog # Dyalog version 18.0 or later
```Some solutions require Dyalog APL version 17.1 or later.
See also:
* My [solutions for 2015](https://github.com/jayfoad/aoc2015apl).
* My [solutions for 2016](https://github.com/jayfoad/aoc2016apl).
* My [solutions for 2017](https://github.com/jayfoad/aoc2017apl).
* My [solutions for 2018](https://github.com/jayfoad/aoc2018apl).
* My [solutions for 2020](https://github.com/jayfoad/aoc2020apl).