natter/src/main.rs
2023-10-18 19:03:45 -04:00

4 lines
45 B
Rust

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