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
原文:https://www.cnblogs.com/yc2019/p/10434456.html