braindump

let en Rust

let hello = "Hello";
let x = 1.2;
let mut x = 1.2;
x += 42; // vĂ¡lido!