aminnairi / advent-of-code-2023

Advent of code 2023 solutions written in TypeScript

Home Page:https://adventofcode.com/2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code-2023

Advent of code 2023 solutions written in TypeScript

Requirements

Usage

For instance, to run the first part of the second day, run the following command.

npm --workspace day2/part1 test input.txt

Tracks

Day Part Finished
Day 1 Part 1
Day 1 Part 2
Day 2 Part 1
Day 2 Part 2
Day 3 Part 1
Day 3 Part 2
Day 4 Part 1
Day 4 Part 2
Day 5 Part 1
Day 5 Part 2

License

See LICENSE.

About

Advent of code 2023 solutions written in TypeScript

https://adventofcode.com/2023

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%