1. const hello : string = "Hello World!"
    2. console.log(hello)
    1. npm install -g typescript
    1. tsc test.ts
    1. node test.js