5 lines
68 B
Rust
5 lines
68 B
Rust
|
fn main() {
|
||
|
println!("{}"
|
||
|
// comment
|
||
|
, 111);
|
||
|
}
|