refactor for server

This commit is contained in:
iris committed 2025-11-11 14:34:42 -05:00
1 parent 0ff6756713
commit d72a070a73
10 files changed
+17 -5

No files matched your search

+5
View File
@@ -0,0 +1,5 @@
use openworm::client::App;
fn main() {
App::run();
}
+5
View File
@@ -0,0 +1,5 @@
use openworm::server::run_server;
fn main() {
run_server();
}