mirror of
https://gitlab.com/Anson-Projects/spacesystemscalc.git
synced 2025-08-03 11:51:24 +00:00
Init Commit
This commit is contained in:
0
src/.gitkeep
Normal file
0
src/.gitkeep
Normal file
12
src/Spacesystemscalc.jl
Normal file
12
src/Spacesystemscalc.jl
Normal file
@@ -0,0 +1,12 @@
|
||||
module Spacesystemscalc
|
||||
|
||||
using Genie
|
||||
|
||||
const up = Genie.up
|
||||
export up
|
||||
|
||||
function main()
|
||||
Genie.genie(; context = @__MODULE__)
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user