# hello-coders-pkg

A simple npm package that says "Hello, coders!" 🌍

## Installation

```bash
npm install hello-coders-pkg
# or
yarn add hello-coders-pkg
```

## Usage 

```jsx
import hello from "your-package-name";
console.log(hello()); // Hello, world!
```