• Zig 99.8%
  • Nix 0.2%
Find a file
2025-12-12 12:42:20 +01:00
input day12: init parsing function 2025-12-12 10:49:08 +01:00
src day02: add part b 2025-12-12 12:24:03 +01:00
.envrc feat: add initial setup 2025-12-03 10:23:58 +01:00
.gitignore feat: add initial setup 2025-12-03 10:23:58 +01:00
build.zig day12: init parsing function 2025-12-12 10:49:08 +01:00
build.zig.zon day10: init part a 2025-12-11 10:12:31 +01:00
README.md feat: add readme 2025-12-12 12:42:20 +01:00
shell.nix feat: add initial setup 2025-12-03 10:23:58 +01:00

advent of code 2025

this repo contains all my solutions for advent of code 2025, written in pure Zig 0.15

running

dependencies: zig compiler

each day and part are their respective build target, so for example to run part b of day 4, run zig build 4b

unit tests are also runnable, by appending _test to the target, eg. zig build 4b_test

run zig build -l to see all the available build targets