ehow-wtf-multiplication
v1.0.0
Published
A module to handle multiplication using the ehow-wtf approach: http://www.ehow.com/video_12245475_multiply-c-programming.html
Readme
How to multiply, ehow (http://www.ehow.com/video_12245475_multiply-c-programming.html) style.
Usage:
Install
npm install ehow-wtf-multiplicationvar multiply = require('ehow-wtf-multiplication')
console.log(multiply(2, 3))Or at the command line
