template-rust/src/main.rs
2023-12-07 20:30:09 +00:00

3 lines
42 B
Rust

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