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

https://github.com/neagle/advent-of-code-2023

My solutions for the 2023 Advent of Code puzzles.
https://github.com/neagle/advent-of-code-2023

advent-of-code-2023 advent-of-code-2023-javascript

Last synced: about 1 month ago
JSON representation

My solutions for the 2023 Advent of Code puzzles.

Awesome Lists containing this project

README

        

# Advent of Code 2023

Each day has a folder, and in each folder are two folders for each of the puzzles. My code is written in JavaScript and meant to be used with Deno. To run the scripts locally, have Deno installed and run this command from within the folder:

```sh
deno run --allow-read=. index.js
```

Each puzzle's index file contains the text of the puzzle, along with the provided input.