Solutions to Advent of Code: 2021 in the array programming language J.
Language and IDE details,
Engine | j901/j64/linux |
Release-c | commercial/2020-01-11T10:39:00 |
Library | 9.01.24 |
Qt IDE | 1.8.7/5.7.1(5.9.5) |
Platform | Linux 64 |
- Github pages
- Org document
- Source
- All source code tangled from the Org document
- Comments, assertions and empty lines are removed using the
compijs.sh
bash script - All files have
getin
,part1
andpart2
functions. Assumingifn
is the input filename, the solution for each part is obtained aspart1 (getin ifn)
andpart2 (getin ifn)
.