/99bottles

TS port of 99 Bottles of OOP exercise

Primary LanguageTypeScriptMIT LicenseMIT

99 Bottles of OOP

A TS port of 99 Bottles of OOP exercises.

Development

Install project

npm i

Run tests in watch mode

npm t -- --watch

Type check

npx tsc --watch