- Node.js (v20.5.0 is recommended)
- Npm
Simply run npm i && npm run build
command to install dev dependencies and build the project.
Run npm run execute
command to execute. By default, input.txt
will be used.
Optionally, file path for data input can be provided as an argument npm run execute <fileDir>
.
Tests can be run by executing the npm run test
command.