refactor for server
This commit is contained in:
5
src/bin/client.rs
Normal file
5
src/bin/client.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use openworm::client::App;
|
||||
|
||||
fn main() {
|
||||
App::run();
|
||||
}
|
||||
Reference in New Issue
Block a user