projects/server/src/main.rs
2026-04-07 03:06:12 +00:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}