1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-21 10:45:55 +02:00
awesome-rust/dummy.rs

5 lines
98 B
Rust

// A dummy file to give the repository a Rust flavor.
fn main() {
println!("Hello world!");
}