https://github.com/jayfoad/aoc2023apl
Advent of Code 2023 solutions in Dyalog APL
https://github.com/jayfoad/aoc2023apl
Last synced: 3 months ago
JSON representation
Advent of Code 2023 solutions in Dyalog APL
- Host: GitHub
- URL: https://github.com/jayfoad/aoc2023apl
- Owner: jayfoad
- Created: 2023-12-10T11:49:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T17:17:54.000Z (about 2 years ago)
- Last Synced: 2025-01-22T11:40:08.336Z (about 1 year ago)
- Language: APL
- Size: 144 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2023apl
Advent of Code 2023 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
dyalogscript pN.dyalog # Dyalog version 18.2 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).
* My [solutions for 2022](https://github.com/jayfoad/aoc2022apl).