advent of code solutions op.tngl.io
haskell aoc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

HTML 73.7%
Haskell 23.0%
CSS 1.2%
Lua 0.7%
Nix 0.4%
Shell 0.2%
Other 0.8%
19 2 0

Clone this repository

https://tangled.org/oppi.li/aoc https://tangled.org/did:plc:qfpnj4og54vl56wngdriaxug/aoc
git@tangled.org:oppi.li/aoc git@tangled.org:did:plc:qfpnj4og54vl56wngdriaxug/aoc

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
readme.txt
aoc.oppi.li
-----------

solutions for aoc written in literate haskell, and exported
to a "book of solves": aoc.oppi.li

to compile the unlit program:

  ghc unlit/unlit.hs -o bin/unlit

to execute a solution:

  cat input | runhaskell --ghc-arg="-pgmL ./bin/unlit" 01.lhs

to build the book of solves (requires pandoc):

  ./book/build.sh