https://github.com/ninjainshade/aoc
My advent of code submissions
https://github.com/ninjainshade/aoc
Last synced: 9 months ago
JSON representation
My advent of code submissions
- Host: GitHub
- URL: https://github.com/ninjainshade/aoc
- Owner: NinjaInShade
- Created: 2024-12-01T20:52:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T21:43:39.000Z (over 1 year ago)
- Last Synced: 2025-04-12T10:48:53.985Z (about 1 year ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My advent of code submissions!
Start by running `pnpm i` to install node types.
Running a submission logs the part 1 and 2 results for that day.
To run a submission, first add an `input` file (no extension) in each day directory for that year's submissions (e.g. 2024/1/input and so on...)
Once that is done, execute the command below (if not specified, year defaults to current year and day to 1).
```bash
pnpm start
```
You can also run this with `DEBUG=1` to also log out the input.