added sending results to a leaderboard server and initialized server crate

This commit is contained in:
2026-03-24 18:39:05 +01:00
parent 60d9822b3f
commit b07154c5cf
9 changed files with 2149 additions and 10 deletions

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

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