Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

README.md

Typescript

Install

brew install typescript

Build

tsc

Run

Node

brew install node
node play.js

Deno

brew install deno
deno run --allow-env play.js

Bun

brew install oven-sh/bun/bun
bun run play.js