1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-27 11:44:52 -05:00
rust/hello.rs

5 lines
126 B
Rust
Raw Normal View History

2016-04-15 06:13:35 -04:00
// This file is only here in order to give the GitHub repository a "Rust" flavor.
fn main() {
println!("hello, world");
}