Skip to content

mathroy0310/aoc-zig-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code in Zig 2023

Welcome to the Advent of Code challenge implemented in Zig for the year 2023!

Requirements

Make sure to run this code using Zig 0.12.0-dev.1754+2a3226453.

Current Progress

Overall Progress

  • Completed: 7/25 Days
  • Percentage: 28%

Day by Day Progress

  • 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

How to Use

  1. Clone this repository.
  2. Ensure you have Zig 0.12.0-dev.1754+2a3226453 installed.
  3. Navigate to subject folder for problem statement and src for the solutions. (src/data for the input given by aoc)

Contributions

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!)

Acknowledgments

Thank you to the creators of Advent of Code for this wonderful coding challenge!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages