1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/tsm-vs-esno/hello-world.tsx.ts

6 lines
110 B
TypeScript
Raw Normal View History

2022-07-08 18:16:31 +00:00
#!/usr/bin/env tsx
// dummy
import "typescript";
const message: string = "hello world";
console.log(message);