Skip to content

aidanns/advent-of-code-2022-cpp

Repository files navigation

Advent of Code 2022 C++

Solutions to the Advent of Code 2022 programming puzzles.

Docker

Docker Builder

The docker-builder folder is a docker container that can be used to build the project.

Build with docker-builder/build.sh.

Dockerfile

Builds a docker image of the project in a scratch container.

Build with docker-compose build.

Docker Compose

Runs the project, with dependencies, suitable for use in integration testing.

Run with docker-compose up.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published