Skip to content

HlustikP/AdventOfCode24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code C++23 Solutions 2024

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

In accordance to the Advent of Code Author's request, I am not including any input files, please provide them yourself inside the src/inputs directory.

Requirements

  • CMake
  • C++20 compatible compiler
  • Ninja (Get here)

Build

cmake --preset x64-release
cd ./build/x64-release
ninja

Run

AdventOfCode24.exe path/to/iputs/dir day so e.g.:

AdventOfCode24.exe ./src/inputs 1

Inputs are expected to be in theformat inputDAY-TASK.txt so e.g. input1-1.txt.

About

My C++23 Solutions for the Advent of Code 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors