Skip to content

hajnyon/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

My unoptimized, 💩-coded solutions for Advent of Code 2024 using TS & Node with experimental types stripping.

Usage

npm ci
npm run new <DAY_NUMBER> # to create files for a day challenge from template
npm start <DAY_NUMBER> # to run day challenge with input <DAY_NUMBER>.txt
npm start <DAY_NUMBER> b # to run day chalenge with input <DAY_NUMBER>-base.txt