~andreafeletto/advent

Advent of Code solutions
4dd38d4f — Andrea Feletto 1 year, 11 months ago
year 2022 day 14
268c340b — Andrea Feletto 1 year, 11 months ago
year 2022 day 13
a98e7d42 — Andrea Feletto 1 year, 11 months ago
year 2022 day 12

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~andreafeletto/advent
read/write
git@git.sr.ht:~andreafeletto/advent

You can also use your local clone with git send-email.

#Advent of Code in zig

Requires zig 0.10. Use the following command to run the solution for 01/12/2022:

zig build 2022-01

Use the following command to list all the available solutions together with other compilation options:

zig build --help

If hyperfine is installed on your system, you can run this command to benchmark every solution:

zig build benchmark -Drelease-fast