strafe-client/src/main.rs
2023-07-14 16:49:01 -07:00

4 lines
45 B
Rust

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