# Hello World

An exmaple project yadadaadada

## Installation

Run the following to install:

python pip -m install helloworld

## Usage

'''python
from helloworld import say_hello

# Generate "Hello, World!"
say_hello()

# Generate "Hello, {name}!"
say_hello("yeet")