1
0
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:
2022-08-22 20:18:28 -06:00
commit 3071dd9fd1
56 changed files with 1880 additions and 0 deletions

0
src/.gitkeep Normal file
View File

12
src/Spacesystemscalc.jl Normal file
View File

@@ -0,0 +1,12 @@
module Spacesystemscalc
using Genie
const up = Genie.up
export up
function main()
Genie.genie(; context = @__MODULE__)
end
end