https://github.com/darkness4/advent-of-code-2023
Advent of code 2023 in Zig.
https://github.com/darkness4/advent-of-code-2023
advent-of-code advent-of-code-2023 zig
Last synced: 8 days ago
JSON representation
Advent of code 2023 in Zig.
- Host: GitHub
- URL: https://github.com/darkness4/advent-of-code-2023
- Owner: Darkness4
- Created: 2023-12-02T15:39:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T11:57:52.000Z (over 1 year ago)
- Last Synced: 2025-11-16T15:22:21.495Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2023, zig
- Language: Zig
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code in Zig
## Run
```shell
zig build
# zig build day1
```
## Compatibility
Tested on `0.14.0-dev.1632+d83a3f174`.