Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thelortex/aocaml
- Owner: TheLortex
- Created: 2020-12-06T13:40:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T21:11:00.000Z (over 1 year ago)
- Last Synced: 2024-10-16T19:44:21.100Z (3 months ago)
- Language: OCaml
- Size: 202 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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