Collection of my advent of code 2023 programs
Typescript, Node
Just need to be able to run typescript programs. Should be able to just open a file in vs code and then use the ts-node
launcher to run each file.
npm install
To run from terminal it might be needed to globally install ts-node (not sure). If it doesn't work without it, run the below command:
npm install -g ts-node typescript '@types/node'
ts-node day-01-trebuchet