/advent_of_code_2022

Advent of Code 2022 TypeScript

Primary LanguageTypeScript

to use:

  1. yarn install

  2. run js files with node path/to/file.js

  3. run ts files with npx ts-node path/to/file.ts