# madmich2

> Function add four numbers

Latest version **1.0.0** (published 2023-10-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install madmich2
pnpm add madmich2
yarn add madmich2
bun add madmich2
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2023-10-06 |
| First published | 2023-10-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 874 B |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | madmich |
| Maintainers | madmich |

## Links

- npm: https://www.npmjs.com/package/madmich2
- npm.io page: https://npm.io/package/madmich2

## Recent versions

- 1.0.0 (latest) — 2023-10-06

## README

# Add four numbers

This module helps you to add four numbers.

## Install

```
npm install add-four-numbers
```

## USAGE
**`addFourNumbers(a, b, c, d)`**

```
// Load library
var addFourNumbers = require('add-four-numbers');

// Calculate 0 + 1 + 2 + 3
console.log(addFourNumbers(0, 1, 2, 3)); // => 6
```
## Test

```
npm test
```
License ISC

---
_Source: https://npm.io/package/madmich2 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
