An open API service indexing awesome lists of open source software.

https://github.com/ix/aoc-2019

advent of code
https://github.com/ix/aoc-2019

advent-of-code advent-of-code-2019 haskell

Last synced: about 1 year ago
JSON representation

advent of code

Awesome Lists containing this project

README

          

* Advent of Code 2019

Easy to run thanks to [[https://docs.haskellstack.org/en/stable/GUIDE/#script-interpreter][Stack script interpreter]], just do as-follows:

#+BEGIN_SRC bash
user@host:~$ cat 1.txt | ./1a.hs # e.g. for day 1, problem A
#+END_SRC

You can also build binaries for all the solutions.
Just run `make`.

** License (BSD3)

All files can be considered BSD3, but I don't know why you'd want them.