mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-04 12:00:12 +00:00
5 lines
126 B
Rust
5 lines
126 B
Rust
// This file is only here in order to give the GitHub repository a "Rust" flavor.
|
|
fn main() {
|
|
println!("hello, world");
|
|
}
|