This is a multi-language repository, for easy usage, all of them share the same root level. You need to individually set up each language you wish to use.
Install latest stable node
and pnpm
pnpm install
# Navigate to the solution
cd solutions/typescript/2023/01
pnpm p1
pnpm p2
Open the solutions file, then run the [TS] Current File
debug profile.
pnpm test
# Navigate to the solution
cd solutions/typescript/2023/01
pnpm test
# Navigate to the solution
cd solutions/typescript/2023/01
pnpm bench
pnpm lint
# Navigate to the solution
cd solutions/typescript/2023/01
pnpm lint:tsc
pnpm lint:es
pnpm lint:format
Install latest stable python
and pipenv
pipenv install
pipenv shell
Advent of Code is made by Eric Wastl.