Skip to content

Advent of code 2023 solutions written in TypeScript

License

Notifications You must be signed in to change notification settings

aminnairi/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.