# multiply

Simple modules for functional programming, done for fun.

## Usage

```javascript
import multiply from 'funny-multiply'

multiply(2, 3) // 6
```

## License

The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.
