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