2025-02-11 22:23:52 +01:00

9 lines
49 B
Plaintext

fn main() {
let mut a = 5;
a = 10;
}