Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smolkaj/aoc_2023
Advent of Code 2023
https://github.com/smolkaj/aoc_2023
Last synced: 4 days ago
JSON representation
Advent of Code 2023
- Host: GitHub
- URL: https://github.com/smolkaj/aoc_2023
- Owner: smolkaj
- Created: 2023-12-03T11:25:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-08T07:13:03.000Z (11 months ago)
- Last Synced: 2023-12-08T08:26:12.095Z (11 months ago)
- Language: OCaml
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
https://adventofcode.com/2023
# Dev workflow
Simply run
```
dune runtest -w --auto-promote
```
to continuously build and test the code for all days, or
```
dune runtest -w --auto-promote lib/day2
```
to do the same for a single day, e.g. `day2`, only.