Skip to content

GreatGameGal/aoc-2023-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

GreatGameGal's solutions to Advent of Code 2023.

Build

Build with Zig using the following command.

To build the solutions for every day simply run the following.

$ zig build

To build a specific day you can run the following.

$ zig build -Dn=1

And the following is probably the best for building and running a specific day (setting the optimization level is optional but may be useful for something slow like Day 5 pt 2's Bruteforce Solution).

$ zig build -Dn=1 -Doptimize=ReleaseFast run -- inputs/01-input.txt

About

GreatGameGal's Advent Of Code 2023 Solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages