1. 程式人生 > >getting start with deno

getting start with deno

ssl div tar .sh tps run install with create

1. INSTALL

on Linux or Mac

curl -fsSL https://deno.land/x/install/install.sh | sh

2. Hello world

create a file "hello.ts":

console.log(‘Hello, world!‘)

run `deno hello.ts`

getting start with deno