Code Example
This is an example of adding a code example compiled with Literate.jl in the docs.
First we want to load our package with using
using AlgebraicDataMigrations
Using hello()
We provide the hello(string)
method which prints "Hello, string
!"
hello("World")
"Hello, World!"