5 lines
56 B
Rust
5 lines
56 B
Rust
|
|
fn main() {
|
||
|
|
println!("Hello, World from Rust!");
|
||
|
|
}
|
||
|
|
|