Denoのインストール
インストール
Windowsの場合
irm https://deno.land/install.ps1 | iex
Linuxの場合
curl -fsSL https://deno.land/install.sh | sh
Versionの確認
deno --version
irm https://deno.land/install.ps1 | iex
curl -fsSL https://deno.land/install.sh | sh
deno --version