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

https://github.com/lukestorry/aoc2023

Advent Of Code solutions for 2023
https://github.com/lukestorry/aoc2023

Last synced: about 1 month ago
JSON representation

Advent Of Code solutions for 2023

Awesome Lists containing this project

README

          

# aoc2023

Advent Of Code solutions for 2023

## Running

> via [csaunders-ldt/advent2023/](https://github.com/csaunders-ldt/advent2023/)

To fetch inputs for a given day, run yarn setup [day], e.g. yarn setup 1. If run without a day, it'll fetch all days up to now.

To run your code, simply run yarn [your-language], e.g. yarn typescript. By default, yarn start runs yarn typescript.