5 lines
73 B
Rust
5 lines
73 B
Rust
pub fn main() {
|
|
if false {
|
|
println!("{}", "foobar");
|
|
}
|
|
}
|