Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 511 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 511 Bytes

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