5 lines
73 B
Rust
5 lines
73 B
Rust
fn main() {
|
|
println!("--output--");
|
|
println!("Hello, World!");
|
|
}
|