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