Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 592 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 592 Bytes

Solutions to advent of code 2022 in typescript

Instructions:

  • Run tsc in the root folder to compile.
  • Run node {{dayFolder}}. For example, to execute day 5 do node 05.

Make sure you are running a version of node that supports String.replaceAll

WARNING

I'm not a leetcode dude. These are not the most efficient or simple solutions, but at least they work. I'm on a tight deadline anyway and can't put too much effort into these haha boss don't fire me.

BOTTOM TEXT

cat