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
- Host: GitHub
- URL: https://github.com/lukestorry/aoc2023
- Owner: LukeStorry
- Created: 2023-11-30T22:42:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T07:00:29.000Z (over 2 years ago)
- Last Synced: 2025-01-16T00:26:04.218Z (over 1 year ago)
- Language: TypeScript
- Size: 249 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.