Rust/rs/heyo.rs

4 lines
52 B
Rust
Raw Normal View History

2021-07-08 05:28:11 +00:00
fn main() {
println!("Heyo! Hello world...");
}