Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T11:57:52.000Z (about 2 months ago)
- Last Synced: 2024-12-13T17:36:58.039Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2023, zig
- Language: Zig
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 2
- 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`.