# Simple Node.js Module

This module is for studying how to create and use public npm packages.

## Installation

```bash
npm install fsc-first-module
```

## Usage

```js
const myModule = require('fsc-first-module');

myModule.hello(); // Example usage
```

## Features

- Easy to use
- Great for learning npm modules

## License

MIT