Welcome to the Advent of Code challenge implemented in Zig for the year 2023!
Make sure to run this code using Zig 0.12.0-dev.1754+2a3226453
.
- Completed: 7/25 Days
- Percentage: 28%
- Day 01
- Day 02
- Day 03
- Day 04
- Day 05
- Day 06
- Day 07
- Day 08
- Day 09
- Day 10
- Day 11
- Day 12
- Day 13
- Day 14
- Day 15
- Day 16
- Day 17
- Day 18
- Day 19
- Day 20
- Day 21
- Day 22
- Day 23
- Day 24
- Day 25
- Clone this repository.
- Ensure you have Zig
0.12.0-dev.1754+2a3226453
installed. - Navigate to
subject
folder for problem statement andsrc
for the solutions. (src/data
for the input given by aoc)
Contributions are welcome! If you have an optimized solution, bug fixes, or enhancements, feel free to open a pull request. (I'm still learning this amazing language!)
Thank you to the creators of Advent of Code for this wonderful coding challenge!