mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-14 09:36:06 +00:00
7 lines
161 B
Rust
7 lines
161 B
Rust
|
// rustfmt-fn_call_style: Visual
|
||
|
// Function call style
|
||
|
|
||
|
fn main() {
|
||
|
lorem("lorem", "ipsum", "dolor", "sit", "amet", "consectetur", "adipiscing", "elit");
|
||
|
}
|