Skip to content

dimitrijer/aoc2021

Repository files navigation

dimitrije's solutions for Advent of Code 2021

My solutions for the 2021 Advent of Code (https://adventofcode.com). Why not, it's good for your mental health.

How to run

With nix:

$ nix-shell
$ bazel run //app:main -- <day>

How to test

Run all tests with:

$ nix-shell
$ bazel test "//test:*"

About

My solutions for Advent of Code 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published