Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhananjaylatkar/aoc2024
https://adventofcode.com/2024
https://github.com/dhananjaylatkar/aoc2024
advent-of-code advent-of-code-2024 advent-of-code-in-zig aoc aoc2024 aoc2024-in-zig zig
Last synced: about 1 month ago
JSON representation
https://adventofcode.com/2024
- Host: GitHub
- URL: https://github.com/dhananjaylatkar/aoc2024
- Owner: dhananjaylatkar
- License: gpl-3.0
- Created: 2024-12-01T09:41:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T09:46:48.000Z (about 1 month ago)
- Last Synced: 2024-12-01T10:38:44.000Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-in-zig, aoc, aoc2024, aoc2024-in-zig, zig
- Language: Zig
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc2024
https://adventofcode.com/2024# Build and Run
1. Copy input to `input/day_.txt`
2. Run
```
zig build run --
```