Skip to content

πŸŽ„ My Advent of Code 2023 solutions on TypeScript

Notifications You must be signed in to change notification settings

artemtam/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ Advent of Code 2023

My Advent of Code 2023 solutions on TypeScript & Bun.

The code is a balanace between clarity, pefrormance, and my ability to spend time improving it. I also leave explanatory comments, so if you're stuck and want to better understand thought process behind, this repository might be helpful.

Running locally

Bun has to be installed, then:

bun install
bun test