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
- Host: GitHub
- URL: https://github.com/phoenixr-codes/adventofcode2025
- Owner: phoenixr-codes
- License: unlicense
- Created: 2025-12-01T22:39:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-12T15:23:59.000Z (6 months ago)
- Last Synced: 2025-12-28T21:17:42.772Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2025, aoc, aoc-2025-in-zig, aoc2025, zig
- Language: Zig
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```