getting start with deno

1. INSTALLcurl

 

on Linux or Macurl

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

 

2. Hello worldspa

 

create a file "hello.ts":code

console.log('Hello, world!')

 

run `deno hello.ts`blog

相關文章
相關標籤/搜索