mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-15 16:37:57 +00:00
4 lines
98 B
Rust
4 lines
98 B
Rust
// A dummy file to give the repository a Rust flavor.
|
|
fn main() {
|
|
println!("Hello world!");
|
|
}
|