README.md

# Hangman

**Hangman**

## Learnings
### ``@type``
Definfing types for a constant
### ``@spec``
statically typing a function
### ``@opaque`` 
defining type for a constant and make it read_only
### ``defdelegate`` 
to point to actual method implimentation from another module