summaryrefslogtreecommitdiffstats
path: root/src/Fractal.jl
blob: e7f6f2b5d9f436cf59103cdfe6d82d7fb2b63a1e (plain) (blame)
1
2
3
4
module Fractal
include("complex-plane.jl")
include("mandelbrot.jl")
end