yuanchuan / seq

Generate strings from a sequence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seq

Generate strings from a sequence.

/* https://rosettacode.org/wiki/99_Bottles_of_Beer */

seq(99, 1)`
  #{n} bottles of beer on the wall,
  #{n} bottles of beer.
  Take one down and pass it around,
  #{n - 1} bottles of beer on the wall.
`

Installation

npm i @yuanchuan/seq

License

MIT

About

Generate strings from a sequence.

License:MIT License


Languages

Language:JavaScript 100.0%