/zig_aoc

🎄"Advent of Code" in Zig ⚡

Primary LanguageZig

Advent of Code

Personal solutions for Advent of Code in Zig.

How to run

zig build -- <year> <day> <a|b>

zig build run -- <year> <day> <a|b>

zig build test -- <year> <day> <a|b>

zig test <path_to_file.zig>

TODO

  • Add build to run tests for shared code.
  • Add hints and errors for build

About

Advent of Code is an annual event created by Eric Wastl and free for anyone to join. You can read more about it here.