8 lines
85 B
Rust
8 lines
85 B
Rust
#![rustfmt::skip]
|
|
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|
|
|
|
// Trailing Comment
|