Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 746 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 746 Bytes

Advent Of Code problem solutions with C++

CI

The repository

This repository contains solutions to some of the Advent Of Code problems implemented in C++. This repository also serves a purpose of learning about new C++ features and utilizing those in the solutions.

Instructions for building

This project has some dependencies to other packages. Those dependencies are managed using vcpkg. CMake is configured to use vcpkg CMake toolchain which then installs those dependencies during configuration.

Building

Use CMake presets for configuring and building.