mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
7 lines
141 B
Rust
7 lines
141 B
Rust
// rustfmt-disable_all_formatting: false
|
|
// Disable all formatting
|
|
|
|
fn main() {
|
|
if lorem{println!("ipsum!");}else{println!("dolor!");}
|
|
}
|