errorversion/examples/local.rs
2026-05-16 20:31:48 +02:00

5 lines
57 B
Rust

fn main() {
let x = 3;
println!("{}", x + y);
}