Solutions of most (39 out of 50 so far) puzzles in Zig (system language, alternative for C). My first experience with it.
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.
Inga 🏳‍🌈 7f2f4e5bf5 updated readme 7 months ago
day01-easy day 1, part 1 7 months ago
day01-hard lol 7 months ago
day02-easy day2, part 1 7 months ago
day02-hard extract setMaxValue 7 months ago
day03-easy refactored to make part 2 easier 7 months ago
day03-hard day 3, part 2 7 months ago
.gitignore day 1, part 1 7 months ago
README.md updated readme 7 months ago

README.md

AdventOfCode-2023

Solutions to https://adventofcode.com/2023/

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.