An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# aoc2020apl
Advent of Code 2020 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 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).