https://github.com/redxtech/aoc2022
my solutions to the 2022 advent of code
https://github.com/redxtech/aoc2022
Last synced: 2 months ago
JSON representation
my solutions to the 2022 advent of code
- Host: GitHub
- URL: https://github.com/redxtech/aoc2022
- Owner: redxtech
- Created: 2022-12-14T13:00:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T18:14:06.000Z (over 3 years ago)
- Last Synced: 2025-03-05T03:43:22.721Z (over 1 year ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# advent of code 2022
this is my repo for my solutions to the 2022 advent of code!
all challenges are written using `typescript` for `deno`.
## running
you should be able to run a day's code with `deno task day-`, where `` is the day you want to run.
use `deno task day--dev` to auto rerun when saving files.