Skip to content

Repository files navigation

Gladia Mower (TypeScript)

Requirements

  • Node.js 18+

Install

npm install

Run

Provide a path to an input file (sample included):

npm run start tests/cases/sample.input.txt

Build

npm run build
node dist/src/index.js tests/cases/sample.input.txt

Test

npm test

The suite discovers cases in tests/cases/:

  • <name>.input.txt: input
  • <name>.expected.txt: expected output (on success)
  • <name>.error.txt: exact expected error message (on failure)

Sample case lives at tests/cases/sample.input.txt/.expected.txt.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages