https://github.com/jayfoad/aoc2016apl
Advent of Code 2016 solutions in Dyalog APL
https://github.com/jayfoad/aoc2016apl
Last synced: about 2 months ago
JSON representation
Advent of Code 2016 solutions in Dyalog APL
- Host: GitHub
- URL: https://github.com/jayfoad/aoc2016apl
- Owner: jayfoad
- Created: 2020-12-27T09:42:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T10:14:56.000Z (over 5 years ago)
- Last Synced: 2025-10-05T01:49:24.934Z (6 months ago)
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2016apl
Advent of Code 2016 solutions in Dyalog APL
Tested 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 18.0 or later.
See also:
* My [solutions for 2015](https://github.com/jayfoad/aoc2015apl).
* My [solutions for 2017](https://github.com/jayfoad/aoc2017apl).
* My [solutions for 2018](https://github.com/jayfoad/aoc2018apl).
* My [solutions for 2019](https://github.com/jayfoad/aoc2019apl).
* My [solutions for 2020](https://github.com/jayfoad/aoc2020apl).