Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

yuanchuan/seq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published