Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 182 Bytes

File metadata and controls

20 lines (14 loc) · 182 Bytes

Bun으로 프로그램 실행하기

Bun으로 실행

$ bun run hello.ts

또는

$ bun hello.ts

Node.js로 실행

$ npx tsc
$ node hello.js