Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.