console.log("hello world") let x = 11 let y = 22 let z = x+y console.log(x,y,z)