5 lines
63 B
Rust
5 lines
63 B
Rust
|
/// Main function
|
||
|
fn main() {
|
||
|
println!("Hello, world!");
|
||
|
}
|