Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 329 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 329 Bytes

Minicron test task

Instruction to run

  1. You must have node-js installed (tested on v16.13.0)
  2. Run minicron.js file with piped input.

Example:

cat input.txt | node minicron.js 16:10

or

chmod +x ./minicron.js
cat input.txt | ./minicron.js 16:10

All examples must be run in project directory.