Skip to content

Seanmullan/adventofcode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Solutions to Advent of Code 2022. The solutions are written in C++20 and generally try to make use of the range-v3 library.

Building

Install range-v3 as a dependency:

sudo apt install librange-v3-dev

Compile the code for any particular day with the following command:

make day1

Running

Exectute the code for any particular day with the associated input file:

./day1/sol < day1/input.txt

Releases

No releases published

Packages

No packages published