Skip to content

Chr1s603/advent_of_code_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 - C++ Solutions

This repository contains my C++ solutions for the Advent of Code 2024.

Structure

  • src/: Contains solutions for each day.
  • tests/: Unit tests for the solutions.
  • data/: Input files for each problem.

Build Instructions

  1. Clone the repository.
  2. Initialize submodules: git submodule update --init --recursive.
  3. Create a build directory: mkdir build && cd build.
  4. Run CMake: cmake ...
  5. Build: cmake --build ..

About

C++ solution for the AoC2024.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published