Skip to content

phoenixr-codes/adventofcode2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent Of Code 2025 in Zig ⚡

Usage

Put the example input example.txt and your personal input input.txt, into the input directories of each day. This project uses Zig version 0.16.0-dev.393+dd4be26f5.

zig run-day01 -- 1 # part 1
zig run-day01 -- 2 # part 2