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

5 lines
98 B
Rust
Raw Normal View History

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