- Install dependencies:
yarn
,npm install
, orpnpm install
- Run the dev server:
yarn dev
,npm run dev
, orpnpm dev
- Each day should include a JS/TS file and a
.spec
test file. - The JS/TS should output
part1
andpart2
functions. - input is automatically loaded when available, and cached locally within the project (to speed up subsequent reloads)