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
- Host: GitHub
- URL: https://github.com/lukestorry/aoc24
- Owner: LukeStorry
- Created: 2024-11-28T15:21:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T13:40:56.000Z (over 1 year ago)
- Last Synced: 2025-02-07T22:49:36.188Z (over 1 year ago)
- Language: TypeScript
- Size: 124 KB
- Stars: 0
- 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
> 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.