From 233b57ac3318b5f44be9ef63c94726e7b4d485dc Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Mon, 10 Jun 2024 00:44:10 -0600 Subject: Initial commit --- src/Vatic.jl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Vatic.jl (limited to 'src') 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 -- cgit v1.2.3-54-g00ecf