Skip to content

D-Berg/Advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 (in Zig)

Zig version 0.13.0 is used and in order to run a problem, go to the specific day's dir and run one of the following:

# debug version
zig build problem1 -- <path to input>
zig build problem2 -- <path to input>

# release version
zig build problem1 -Doptimize=ReleaseFast -- <path to input>
zig build problem2 -Doptimize=ReleaseFast -- <path to input>

About

Solution of AOC2024 in zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages