aboutsummaryrefslogtreecommitdiffstats
path: root/src/Vatic.jl
diff options
context:
space:
mode:
authorScott Lawrence <scott+git@ineffectivetheory.com>2024-06-10 00:44:10 -0600
committerScott Lawrence <scott+git@ineffectivetheory.com>2024-06-10 00:44:10 -0600
commit233b57ac3318b5f44be9ef63c94726e7b4d485dc (patch)
tree5289c8dddecabb81fc9c57fcb94c9eb76abce342 /src/Vatic.jl
downloadvatic-233b57ac3318b5f44be9ef63c94726e7b4d485dc.tar.gz
vatic-233b57ac3318b5f44be9ef63c94726e7b4d485dc.tar.bz2
vatic-233b57ac3318b5f44be9ef63c94726e7b4d485dc.zip
Initial commit
Diffstat (limited to 'src/Vatic.jl')
-rw-r--r--src/Vatic.jl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Vatic.jl b/src/Vatic.jl
new file mode 100644
index 0000000..275c2eb
--- /dev/null
+++ b/src/Vatic.jl
@@ -0,0 +1,5 @@
+module Vatic
+
+greet() = print("Hello World!")
+
+end # module vatic