Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlarky/aoc-ocaml-2023
https://github.com/jlarky/aoc-ocaml-2023
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlarky/aoc-ocaml-2023
- Owner: JLarky
- Created: 2023-12-02T04:50:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T05:43:29.000Z (about 1 year ago)
- Last Synced: 2023-12-02T06:29:18.512Z (about 1 year ago)
- Language: OCaml
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023 in OCaml
## Install OCaml
(not easy)
- [ocaml docs](https://ocaml.org/)
## Usage
```bash
dune exec -w aoc2023
```