An open API service indexing awesome lists of open source software.

https://github.com/phoenixr-codes/adventofcode2025

Advent of Code 2025 in Zig
https://github.com/phoenixr-codes/adventofcode2025

advent-of-code advent-of-code-2025 aoc aoc-2025-in-zig aoc2025 zig

Last synced: 23 days ago
JSON representation

Advent of Code 2025 in Zig

Awesome Lists containing this project

README

          

# 🎄 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`.

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