9 lines
104 B
Rust
9 lines
104 B
Rust
// leading comment
|
|
|
|
#![rustfmt::skip]
|
|
fn main() {
|
|
println!("main"); // commented
|
|
}
|
|
|
|
// post comment
|