Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

tomast1337/advent-of-code-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2025 - Zig Solutions

Advent of Code 2025

This repository contains my solutions to Advent of Code problems, implemented in the Zig programming language.

Prerequisites

Building and Running

Each day is a standalone program. To build and run a specific day:

# Build and run day 1
zig run src/day1.zig

# Build and run day 2
zig run src/day2.zig

# Build and run any day (replace N with the day number)
zig run src/dayN.zig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages