Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordthorzonus/advent-of-code-2023
https://github.com/lordthorzonus/advent-of-code-2023
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lordthorzonus/advent-of-code-2023
- Owner: lordthorzonus
- Created: 2023-11-30T20:23:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T20:02:10.000Z (about 1 year ago)
- Last Synced: 2023-12-11T19:36:12.684Z (about 1 year ago)
- Language: OCaml
- Size: 51.8 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
Advent of Code 2023 with Ocaml## How
```bash
dune test
``````bash
dune exec advent_of_code_2023 -- -d 1 -i ./inputs/day01.txt
```