This CLI receives a square table of numbers, rotates it clockwise and prints the result. it checks if the table is square, if not will print not valid result
you need to install node js 18 or higher
- install dependencies
npm install
- build typescript
npm run build
- run cli
node cli.js input.csv
jest is used for running tests
npm run test