aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
blob: bf4d4ff8bdbedd09ae1c28c9348f4db301a8eee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
advent of code
--------------

some solutions to aoc 2020, written in haskell. 


build
-----

each day's solution is a separate cabal executable:


        cabal run DayXX


or with nix:


        nix-build release.nix
        ./result/bin/DayXX