Commit 916a26b1 authored by missingdays's avatar missingdays

Init commit

parents
##Simple factorial module.
####Calculates factorial of a given number.
###Usage
>
var factorial = require('my_factorial')
var n = factorial(5);
// n == 120
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment