This repository contains my solutions to the annual Advent of Code puzzles.
Each puzzle is located in a file named in the format [year]/[day].zig.
Each puzzle’s input is expected to be in the corresponding file [year]/[day].txt.
Use ./paste <day> [year] to create [year]/[day].zig and paste your clipboard into [year]/[day].txt if it does not already exist.
Use ./edit <day> [year] to do the same while also opening your configured editor ($VISUAL or $EDITOR).
This repository is licensed under the BSD 0-Clause License. Third-party contributions shall be licensed the same unless explicitly stated otherwise.