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

https://github.com/k-nrd/aoc-2023

Advent of Code 2023
https://github.com/k-nrd/aoc-2023

Last synced: 3 months ago
JSON representation

Advent of Code 2023

Awesome Lists containing this project

README

        

# Advent of Code 2023

In OCaml.

## To hack around

```sh
opam switch create --deps-only --with-test .
dune test
```