Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 436 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 436 Bytes

Advent of code 2024

Install dependencies

$ yarn

Run

Set the day/part to be run in index.ts

const [day, part] = [8, 1];

Then

$ yarn start

Setup

  1. Install Biome extension (linter & formatter)
  1. Install commit hooks
$ yarn setup