1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00
_/tsm-vs-esno/hello-world.tsm.ts

5 lines
110 B
TypeScript
Executable file

#!/usr/bin/env tsm
// dummy
import "typescript";
const message: string = "hello world";
console.log(message);