Skip to content

imcakeu/aoc24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

My submissions for the Advent of Code 2024 event.

Compiling

Make sure you have gcc/g++ installed, as well as make. Run make to compile all scripts. You can then find the compiled executables in the bin folder.

Compiling All Scripts at Once

make
./bin/day1  # Replace 1 with the respective day (1...25)

Compiling a Single Script

make day1  # Replace 1 with the respective day (1...25)
./bin/day1  # Replace 1 with the respective day (1...25)

About

My submissions for the Advent of Code 2024 event.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published