# Packages
No description provided by the author
# Functions
NewBankAccount creates an account with the given initial balance.
NewSet creates a new set.
# Structs
BankAccount represents a bank account.
Set is a collection of unique elements.
Stack implementation borrowed from https://dev.to/jpoly1219/stacks-in-go-54k.