This commit is contained in:
a-ill
2023-06-14 21:41:54 +03:00
parent cc4cada363
commit efbda226a1
127 changed files with 12241 additions and 0 deletions

0
Server/src/.gitkeep Normal file
View File

12
Server/src/Server.jl Normal file
View File

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