Skip to content

Advent of Code 2022 - Challenge for ERNI Spain - Aron Galdon Gines

Notifications You must be signed in to change notification settings

arongaldon/AdventOfCode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode2022

Advent of Code 2022

Challenge for ERNI Spain

Solutions in C++ 17 by Aron Galdon Gines

🚀 Usage

A C++ compiler and CMake are required in any case.

Windows:

cmake -B build
cmake --build build
.\build\src\day01\Debug\D01.exe
# ...
.\build\tests\day01\Debug\tst_D01.exe
# ...

Linux:

cmake -B build
cmake --build build
./build/src/day01/Debug/D01.exe
# ...
./build/tests/day01/Debug/tst_D01.exe
# ...

About

Advent of Code 2022 - Challenge for ERNI Spain - Aron Galdon Gines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published