Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# AdventOfCode2022
My solutions to [Advent of Code 2022](https://adventofcode.com/) using [Zig](https://ziglang.org/) 0.10.0

There 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
```