6 lines
76 B
Rust
6 lines
76 B
Rust
|
// rustfmt-config: issue-3802.toml
|
||
|
|
||
|
fn main() {
|
||
|
println!("Hello world!");
|
||
|
}
|