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

https://github.com/lukestorry/aoc24

Solutions to AdventOfCode 2024
https://github.com/lukestorry/aoc24

Last synced: about 1 year ago
JSON representation

Solutions to AdventOfCode 2024

Awesome Lists containing this project

README

          

# aoc2023

Advent Of Code solutions for 2023

## Running

> runners forked from [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.