From bb5a217e8fa864a130994cf44b86fa2455148b74 Mon Sep 17 00:00:00 2001 From: Gavin Hunsche Date: Fri, 7 Jun 2024 13:34:27 -0400 Subject: [PATCH] First Test --- src/BeamTracking.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/BeamTracking.jl b/src/BeamTracking.jl index 3417644..cf83c58 100644 --- a/src/BeamTracking.jl +++ b/src/BeamTracking.jl @@ -1,4 +1,8 @@ module BeamTracking +function helloWorld() + println("Hello World!") +end +export helloWorld end