mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 16:21:28 +00:00
5 lines
63 B
Rust
5 lines
63 B
Rust
/// Main function
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|