Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 296 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 296 Bytes

Advent of Code 2023 in C++20

This is an attempt to use modern C++ features to solve Advent of code of 2023.

Compilation

$ compile.sh <day> part<1/2>

Example:

compile.sh 01 part2

Running

$ run.sh <day> part<1/2>

Example:

run.sh 01 part2