3 lines
41 B
Rust
3 lines
41 B
Rust
|
fn main(){
|
||
|
println!("hello world");
|
||
|
}
|