moved server code up one directory for now

This commit is contained in:
shockrahwow
2019-10-31 10:45:34 -07:00
parent a0599d655a
commit 8c9d9e3379
5 changed files with 0 additions and 0 deletions

3
server/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}