mk12 / aoc

Solutions to Advent of Code problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Solutions to Advent of Code problems.

License:MIT License


Languages

Language:J 54.5%Language:Zig 28.0%Language:Shell 11.8%Language:Scheme 4.4%Language:Raku 1.3%