This is my repo for Advent of Code 2021 problems. The repo is setup for solving the problems in C#, Python, Rust, and Typescript currently.
- Run
npm i
- Run
npm start
This assumes the following commands are available on PATH
python3 --version
dotnet --version
rustc --version
node
npx
kotlinc -help