Skip to content

drB-dotjpg/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Advent Of Code repo

Check out Advent Of Code!

Goals

  • Use typescript.
  • No AI.
  • No external node packages, aside from typing.
  • Readable and understandable code, even if that means optimizations come later. Code that works now and is maintainable by others is more important (keep it simple, stupid!)

Install and run

  • Clone this repo
  • In the working directory, run npm i
  • Then run npm run build, the build folder should now exist
  • To run a day/part, use the following node build/{day number}/{part1/part2}.js

Other notes

Using Node.js 18.20.3 & Typescript 5.2.2

I'm tempted to try other languages too!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published