Skip to content

RossLaing8417/advent-of-code-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code - Zig

Solving Advent of Code using Zig

Executing

Edited build.zig to accept year, day, and part args:

zig build -Dyear=2023 -Dday=1 -Dpart=1

Note: year and day args are optional, they will default to todays year and day, part is mandatory (subject to change) and is either 1 or 2, e.g:

zig build -Dpart=2

TODO

  • Generate directories and files using a template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages