11 lines
125 B
Rust
11 lines
125 B
Rust
// rustfmt-wrap_comments: true
|
|
|
|
/// Simple block
|
|
///
|
|
/// ```text
|
|
/// `
|
|
/// ```
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|