sndels / aoc22

This time with zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Zig 2022

Let's see what the hype is about.

Running

To run e.g. day 1 parts 1 and 2

zig build -Dday=1 run -- 1
zig build -Dday=1 run -- 2 # Or after the day is built just ./zig-out/bin/solution(.exe) 2

About

This time with zig


Languages

Language:Zig 100.0%