aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
blob: 49ff08a330e84fc880ae181206c6386c3d9e652a (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
        ./result/bin/DayXX