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
- Host: GitHub
- URL: https://github.com/k-nrd/aoc-2023
- Owner: k-nrd
- License: mit
- Created: 2024-06-29T15:55:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T19:19:10.000Z (10 months ago)
- Last Synced: 2025-01-07T08:16:07.455Z (4 months ago)
- Language: OCaml
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```