AoC in OCaml, for maximum typing pleasure
  • OCaml 98.6%
  • Python 1.2%
  • Makefile 0.2%
Find a file
Lucas Pluvinage d405c9bc18
Merge pull request #1 from oemmerson/master
Make fails with mtime >=2
2023-01-31 16:42:19 +01:00
generators -> D19 2020-12-19 20:38:41 +01:00
lib good 2022-12-18 20:06:28 +01:00
solutions merry christmas 2022-12-25 11:46:50 +01:00
.gitignore Day 6 + AOC library 2020-12-06 14:27:06 +01:00
.ocamlformat version line for ocamlformat 2022-12-04 12:44:29 +01:00
.screenshot.png refresh screenshot 2022-12-04 12:53:11 +01:00
aoc.opam Make fails with mtime >=2 2023-01-31 14:43:23 +00:00
dune-project D7 2020-12-07 13:54:34 +01:00
dune-workspace D7 2020-12-07 13:54:34 +01:00
Makefile D2D3 2022-12-03 17:57:59 +01:00
README.md intro 2020-12-06 14:39:22 +01:00

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

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