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

https://github.com/average-user/aoc2020


https://github.com/average-user/aoc2020

aoc aoc2020

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

(some)solutions to 2020's [Advent Of Code](https://adventofcode.com/2020)

How to run:

```
ghc -O2 dayXX.hs && ./dayXX

luajit dayXX.lua

clj -M dayXX.clj

python dayXX.py (python 2.7)

rustc -O dayXX.hs && ./dayXX

sbcl --load dayXX.lisp --eval '(quit)'
```