Skip to content

ixu42/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ Advent of Code 2024 πŸŽ…

This repo contains my code and given input for solving the daily programming puzzles of AoC 2024 using C++.

πŸ“œ Usage

  • make run DAY=<day_number>: Compile and run the program for a specific day (e.g., make run DAY=01).
  • make leaks DAY=<day_number>: Check memory leaks using valgrind for a specific day (e.g., make leaks DAY=01).
  • make clean: Remove the compiled binaries to clean the project directory.
  • make help: Display usage of Makefile in the terminal.

About

My solutions to Advent of Code 2024 in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published