mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-28 15:43:21 +00:00
7 lines
140 B
Rust
7 lines
140 B
Rust
// rustfmt-disable_all_formatting: true
|
|
// Disable all formatting
|
|
|
|
fn main() {
|
|
if lorem{println!("ipsum!");}else{println!("dolor!");}
|
|
}
|