These are used to test the language's capabilities and fix bugs.
You need zigSelf.
The files expect to be executed in a directory within the main zigSelf repo, so that they can reach the standard library.
# In the zigSelf repository root
$ git clone https://github.com/sin-ack/zigself-advent-of-code aoc
# Provide your puzzle input for the day. The solve.self file will tell you
# how the input should be formatted.
$ $EDITOR aoc/2020/day1/input.self
# Solve the challenge
$ zig build run -- aoc/2020/day1/solve.self
All the code in this repository is licensed under the 2-Clause BSD License. See LICENSE for more details.