1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-08 13:34:09 +02:00
awesome-rust/dummy.rs

5 lines
98 B
Rust
Raw Normal View History

2017-05-03 18:46:46 +02:00
// A dummy file to give the repository a Rust flavor.
fn main() {
println!("Hello world!");
2017-05-03 18:46:46 +02:00
}