https://github.com/jayfoad/aoc2020apl
Advent of Code 2020 solutions in Dyalog APL
https://github.com/jayfoad/aoc2020apl
advent-of-code advent-of-code-2020 adventofcode adventofcode2020 aoc aoc2020 apl dyalog dyalog-apl dyalogapl
Last synced: 3 months ago
JSON representation
Advent of Code 2020 solutions in Dyalog APL
- Host: GitHub
- URL: https://github.com/jayfoad/aoc2020apl
- Owner: jayfoad
- Created: 2020-11-30T11:15:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T10:08:09.000Z (almost 5 years ago)
- Last Synced: 2025-03-15T22:41:30.171Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2020, adventofcode, adventofcode2020, aoc, aoc2020, apl, dyalog, dyalog-apl, dyalogapl
- Language: APL
- Homepage:
- Size: 114 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2020apl
Advent of Code 2020 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 18.0 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 2019](https://github.com/jayfoad/aoc2019apl).