Skip to content

aquinq/advent-of-code

Repository files navigation

Advent of code

Install dependencies

$ yarn

Run

Set the year in index.ts and day/part to be run in {year}/index.ts

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

Then

$ yarn start

Setup

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published