box-o-sand/rustbyexample/hello/hello.rs

5 lines
78 B
Rust
Raw Normal View History

2020-01-20 23:39:57 +00:00
fn main() {
println!("Hello World!");
println!("I'm a Rustacean!");
}