Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lordthorzonus/advent-of-code-2023


https://github.com/lordthorzonus/advent-of-code-2023

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Advent of Code 2023
Advent of Code 2023 with Ocaml

## How

```bash
dune test
```

```bash
dune exec advent_of_code_2023 -- -d 1 -i ./inputs/day01.txt
```