https://github.com/jayfoad/aoc2022apl
Advent of Code 2022 solutions in Dyalog APL
https://github.com/jayfoad/aoc2022apl
advent-of-code advent-of-code-2022 adventofcode aoc aoc2022 apl dyalog dyalog-apl dyalogapl
Last synced: 3 months ago
JSON representation
Advent of Code 2022 solutions in Dyalog APL
- Host: GitHub
- URL: https://github.com/jayfoad/aoc2022apl
- Owner: jayfoad
- Created: 2022-12-01T06:29:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T17:48:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T11:40:10.369Z (9 months ago)
- Topics: advent-of-code, advent-of-code-2022, adventofcode, aoc, aoc2022, apl, dyalog, dyalog-apl, dyalogapl
- Language: APL
- Homepage:
- Size: 78.1 KB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2022apl
Advent of Code 2022 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).
* My [solutions for 2020](https://github.com/jayfoad/aoc2020apl).
* My [solutions for 2021](https://github.com/jayfoad/aoc2021apl).