Skip to content

A simple Node.js program to generate x rows of Pascal's Triangle.

Notifications You must be signed in to change notification settings

SirGolem/pascals-triangle

Repository files navigation

Pascal's Triangle Calculator

This is a simple Node.js program to generate x rows of Pascal's Triangle.

Made by SirGolem

Usage

Start (executable/without flag): npm start

Start (source/with flag): node index.js -r <rows> or node index.js --rows <rows>

Build (source): npm run build

About

A simple Node.js program to generate x rows of Pascal's Triangle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published