awesome-rust/hello.rs
2016-04-15 12:13:35 +02:00

5 lines
126 B
Rust

// This file is only here in order to give the GitHub repository a "Rust" flavor.
fn main() {
println!("hello, world");
}