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.tsx.ts
2022-07-08 18:16:31 +00:00

5 lines
110 B
TypeScript
Executable file

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