Rust/rs/heyo.rs

4 lines
52 B
Rust

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