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
- Host: GitHub
- URL: https://github.com/kiranandcode/aoc-2020-ocaml
- Owner: kiranandcode
- Created: 2021-02-16T01:14:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T01:15:00.000Z (over 5 years ago)
- Last Synced: 2025-02-16T14:25:09.674Z (over 1 year ago)
- Language: OCaml
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)