mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 20:53:37 +00:00
7 lines
160 B
Rust
7 lines
160 B
Rust
// rustfmt-indent_style: Visual
|
|
// Function call style
|
|
|
|
fn main() {
|
|
lorem("lorem", "ipsum", "dolor", "sit", "amet", "consectetur", "adipiscing", "elit");
|
|
}
|