Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Typescript

Installation

On Debian like systems Typescript can be installed with the following command:

sudo apt install node-typescript

Compile Your Code

tsc hello_world.ts

Run Your Code

node hello_world.js