Files

4 lines
65 B
Rust
Raw Permalink Normal View History

2024-07-02 23:47:26 +08:00
fn main() {
let r#true = false;
println!("{}", r#true);
}