init commit

This commit is contained in:
2024-06-11 16:21:59 -04:00
Unverified
parent 392af50731
commit efbe618484
5 changed files with 83 additions and 0 deletions

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

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