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

https://github.com/kwhitley/adventofcode

Advent of Code 2021
https://github.com/kwhitley/adventofcode

Last synced: 3 months ago
JSON representation

Advent of Code 2021

Awesome Lists containing this project

README

        

# Advent of Code - 2023

### Getting Started
1. **Install dependencies:** `yarn`, `npm install`, or `pnpm install`
1. **Run the dev server:** `yarn dev`, `npm run dev`, or `pnpm dev`

### Tips
- Each day should include a JS/TS file and a `.spec` test file.
- The JS/TS should output `part1` and `part2` functions.
- input is automatically loaded when available, and cached locally within the project (to speed up subsequent reloads)