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.
- Host: GitHub
- URL: https://github.com/neagle/advent-of-code-2023
- Owner: neagle
- Created: 2023-12-01T16:53:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T17:17:09.000Z (over 1 year ago)
- Last Synced: 2025-02-03T21:57:25.193Z (3 months ago)
- Topics: advent-of-code-2023, advent-of-code-2023-javascript
- Language: JavaScript
- Homepage: https://adventofcode.com/
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.