interview 0.1.1

A Crate that aims to clear interview questions in the shortest number of function calls!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[lib]
name = "factorial"
path = "src/lib.rs"

[package]
authors = ["Srikanth Suresh <srikwit@gmail.com>"]
description = "A Crate that aims to clear interview questions in the shortest number of function calls!"
edition = "2018"
license = "MIT"
name = "interview"
version = "0.1.1"