https://github.com/jayfoad/aoc2015apl
Advent of Code 2015 solutions in Dyalog APL
https://github.com/jayfoad/aoc2015apl
Last synced: 19 days ago
JSON representation
Advent of Code 2015 solutions in Dyalog APL
- Host: GitHub
- URL: https://github.com/jayfoad/aoc2015apl
- Owner: jayfoad
- Created: 2020-12-27T09:43:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T10:14:52.000Z (over 5 years ago)
- Last Synced: 2025-01-22T11:40:12.559Z (about 1 year ago)
- Size: 43 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2015apl
Advent of Code 2015 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 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 2019](https://github.com/jayfoad/aoc2019apl).
* My [solutions for 2020](https://github.com/jayfoad/aoc2020apl).