Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TSoli/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Contains my solutions for Advent of Code.

Languages

  • 2023

    • C++ (modern using C++20 standard). Note Eigen is required
  • 2024

    • C++ (C++20 standard)

Build all C++ solutions with cmake from the root directory

cmake build -S. -Bbuild
cmake --build build -j<num-jobs>

(Note: This must be rerun each time a new solution is added)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published