This repository has been archived on 2023-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
advent-of-code/README.md

320 B

advent of code

https://adventofcode.com/

2022

approach

typescript | just having fun

setup

download and using npm, install dependencies

npm install

run

[DEBUG=true] npm run solve -- <day>

notes

  • READMEs embedded examples aren't formatted
  • some days only have part 2 solutions intact