index.js 83 B

12345678
  1. console.log("hello world")
  2. let x = 11
  3. let y = 22
  4. let z = x+y
  5. console.log(x,y,z)