Solutions of most (39 out of 50 so far) puzzles in Zig (system language, alternative for C). My first experience with it.
AdventOfCode-2023/README.md

15 lines
403 B

1 year ago
# AdventOfCode-2023
1 year ago
Solutions to https://adventofcode.com/2023/
1 year ago
This is my first experience with Zig.
1 year ago
In a directory for a specific day,
* To test: `zig build test`;
* To run (assuming NuShell): `open sample.in | zig build run`;
* To run (assuming bash): `zig build run < sample.in`.
There are also some solutions in Scheme:
https://oomza.cutegay.software/inga-lovinde/AdventOfCode-2023-functional