Init server

This commit is contained in:
2025-09-08 20:16:53 +02:00
parent 36283bdc1e
commit 30a383d511
2 changed files with 9 additions and 0 deletions

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

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