Skip to content

dimitrijer/aoc2020

Repository files navigation

My solutions for Advent of Code 2020

Good exercise for learning Haskell.

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 2020

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published