Skip to content

Commit

Permalink
First Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Hunsche committed Jun 7, 2024
1 parent 64e9f19 commit bb5a217
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BeamTracking.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
module BeamTracking

function helloWorld()
println("Hello World!")
end

export helloWorld
end

0 comments on commit bb5a217

Please sign in to comment.