GriffinLedingham / advent-of-code-2023

Problem submissions for Advent of Code 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code-2023

CI

My problem submissions for Advent of Code 2023, built with TypeScript & Node. Don't expect code golfing here (I might refactor days afterwards) - I'm going to be aiming for clean/easy to understand implementations, using the powers of TypeScript when applicable.

https://adventofcode.com/2023

Usage

  • yarn start <PROBLEM>
    • ie. yarn start 01_01

Test

Runs test cases w/ Jest on the problem solutions, based on the sample results provided by Advent of Code.

  • yarn test

About

Problem submissions for Advent of Code 2023


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%