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