Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 562 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 562 Bytes

Fun with code

Challenges

Detailed description in individual README.md files in

src/TASK/README.md

02 Words Short Bread

src/02-words-short-bread

Transform same length words from one to the other one letter at a time using only provided words as intermediate steps.

Config

yarn install

Run code

To run most examples from top level folder:

node lib/XX*/index.js ARGS

E.g. for 02-words-short-bread:

node lib/02*/index.js WORD1 WORD2

Development & build

Build (all) & run (specific):

yarn run br lib/XX*/index.js ARGS