mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-03 05:10:17 +02:00
5 lines
98 B
Rust
5 lines
98 B
Rust
// A dummy file to give the repository a Rust flavor.
|
|
fn main() {
|
|
println!("Hello world!");
|
|
}
|