This software is to print Hello World using TypeScript.
My purpose in creating this software is to provide a documented playground where I can practice the syntax and functionality of TypeScript.
Ensure that node and npm are installed on your computer. Then run the following commands in order:
npm install -g typescripttsc hello.tsnode hello.js