Skip to content

Commit

Permalink
Add hello world for testing purposes.
Browse files Browse the repository at this point in the history
Because
* I want to see if the structure of the package works.
  • Loading branch information
pmc4 committed Sep 8, 2023
1 parent 43e73b5 commit f685271
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/VectorPlotDigitizer.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
module VectorPlotDigitizer

# Write your package code here.
export hellow_orld

"""
hellow_orld()
This function is for testing purposes. I want to see if the package structure works.
"""
function hellow_orld()
print("Hellow, olrd!")
end

end

0 comments on commit f685271

Please sign in to comment.