1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-20 11:36:11 -05:00
rust/dummy.rs

4 lines
98 B
Rust

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