Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 755 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 755 Bytes

Advent of Code

These are my solutions to Advent of Code problems. They are mostly written in array programming languages like J, BQN, and Uiua.

Usage

See ./test.sh -h:

usage: ./test.sh [-hd] PATTERN ...

Tests Advent of Code solutions. Runs files under src/ that match every PATTERN.
Runs all if no patterns are provided.

Options
    -h, --help   show this help message
    -d, --debug  debug mode and/or drop into a REPL

License

© 2021 Mitchell Kember

These AoC solutions are available under the MIT License; see LICENSE for details.