https://www.notion.so/Bank-Simulation-94b50cdebe0b4da1b1297a7b01744682
This codebase introduces my solution to the Bank Simulation Challenge.
Built with stack
using lts-15.8
(GHC 8.8.3).
Compile:
stack build
Execute:
stack exec holmusk-bank-challenge-exe
The challenge features a test suite that was used to aid in the development.
Run via:
stack test