Renamed to DarkStruct

This commit is contained in:
2026-08-26 10:11:29 -04:00
parent 630bf5f9a7
commit 4aed713939
17 changed files with 62 additions and 62 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env julia
# Entry point. Run with: julia --project -t auto bin/server.jl
using FileServer
FileServer.run()
using DarkStruct
DarkStruct.run()