Skip to content

Learning c++ with advent of code. All 25 days this year! :)

Notifications You must be signed in to change notification settings

ficolas2/cpp-advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ advent of code 2024

Learning C++ by solving the advent of code 2024 problems.

How to run

Build the project

  • Install the required libraries in #Libraries used, and clang++
  • Run the make command to build the project.

Run the executable

Run the executable with the day and input file as a parameter. For example:

./aoc2024 1 input/day_01.txt

Libraries used

  • Boost

Installing for Debian based systems

sudo apt-get install libboost-all-dev

About

Learning c++ with advent of code. All 25 days this year! :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published