Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hazeycode/adventofcode2022
My solutions to Advent of Code 2022 using Zig 0.10.0
https://github.com/hazeycode/adventofcode2022
advent-of-code-2022 aoc2022 zig
Last synced: about 2 months ago
JSON representation
My solutions to Advent of Code 2022 using Zig 0.10.0
- Host: GitHub
- URL: https://github.com/hazeycode/adventofcode2022
- Owner: hazeycode
- Created: 2022-12-01T15:39:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-17T23:21:35.000Z (about 2 years ago)
- Last Synced: 2024-10-24T15:36:18.225Z (3 months ago)
- Topics: advent-of-code-2022, aoc2022, zig
- Language: Zig
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode2022
My solutions to [Advent of Code 2022](https://adventofcode.com/) using [Zig](https://ziglang.org/) 0.10.0There is a program for each day in `src/`, input data for each day is located in `src/data/`
```shell
# Build and run a particular day
zig build run-day06# Build and run any tests for a particular day
zig build test-day06
```