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

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

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).