hello.ts 51 B

12
  1. let myname: string = "hello";
  2. console.log(myname);