Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 276 Bytes

Prefix Calculator

How To Run

First, npm install. Then drop input files into the input-files folder and run

file=input-files/input1.txt node main.js

replacing input1.txt with the name of the file you want to run.

Testing

To run tests, input "npm test" into CLI.