PCRinus / aoc2023

Advent of Code 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023

This are the attempted solutions using Typescript and Node.

First, install all dependencies using pnpm

pnpm install

To run a solution, create an input.txt file adjacent to the file you wish to run, and just

pnpm start <path/to/the/file>

About

Advent of Code 2023


Languages

Language:TypeScript 100.0%