Skip to content

Commit

Permalink
Export probe, fix stale dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenJ committed Jul 5, 2024
1 parent 516479f commit d959850
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Garden.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
module Garden

greet() = print("Hello World!")
using Herb

include("probe/probe.jl")

export probe

end # module Garden

0 comments on commit d959850

Please sign in to comment.