Sample Simulation

An example entry point lives in sample_simulaiton.jl. The snippet below shows how to launch a basic simulation using the available modules.

include("../../sample_simulaiton.jl")

In the future it may be useful to adopt Literate.jl so the documentation and executable scripts can be generated from a single source.