Skip to content

Latest commit

 

History

History

chapter03

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bun으로 프로그램 실행하기

Bun으로 실행

$ bun run hello.ts

또는

$ bun hello.ts

Node.js로 실행

$ npx tsc
$ node hello.js