You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
403 B
14 lines
403 B
# AdventOfCode-2023
|
|
|
|
Solutions to https://adventofcode.com/2023/
|
|
|
|
This is my first experience with Zig.
|
|
|
|
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
|
|
|