# 🥋⛩️  {{app_title}}

{{description}}

## Usage
Run the tests with:
- `dotnet test` => if you want ro run the tests only once
- `dotnet watch test` => if you want ro keep test refreshing as you code

## Directories:
```
|--Kata
   |---YourAmazingProductionCode.cs
   |---YourAmazingUnitTests.cs
|--README.MD
```

This project was bootstrapped with [kataclism](https://github.com/glippi/kataclism).

[Read the rest of the documentation here.](https://github.com/glippi/kataclism)
