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

https://github.com/kiranandcode/aoc-2020-ocaml

Advent of Code 2020 in OCaml
https://github.com/kiranandcode/aoc-2020-ocaml

Last synced: about 1 year ago
JSON representation

Advent of Code 2020 in OCaml

Awesome Lists containing this project

README

          

# Advent of code 2020 in OCaml

I'd be remiss if I didn't try this stuff at least once.

Check it out for some sweet functional solutions to AOC problems.

Most solutions are fewer than 100 lines, so pretty concise:

```
$ cat *.ml | wc -l
3871
```
(3871/25 ~= 155)