ns greeter fn main() { let x = 'Hello'; let y = 'World'; { let test = 'Test'; }; x = y; }