box-o-sand/rustbyexample/hello/hello.rs
2020-01-20 18:39:57 -05:00

5 lines
78 B
Rust

fn main() {
println!("Hello World!");
println!("I'm a Rustacean!");
}