Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thelortex/aocaml

AoC in OCaml, for maximum typing pleasure
https://github.com/thelortex/aocaml

Last synced: 3 months ago
JSON representation

AoC in OCaml, for maximum typing pleasure

Awesome Lists containing this project

README

        

# My solutions for AOC and a re-usable helper

Solutions are in `solutions/`, helper in `lib/`. The helper makes some
pretty-printing and benchmarking of solutions run-time, as well as
fetching input for you. To use it you need to find your AOC token:

> Firefox: "Storage" tab, Cookies, and copy the "Value" field of the session cookie.
> Google Chrome / Chromium: "Application" tab, Cookies, and copy the "Value" field of the session cookie.

![screenshot](.screenshot.png)

Thank you @remi-dupre for the inspiration: https://github.com/remi-dupre/aoc