mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
|
#!/usr/bin/env tsx
|
||
|
// dummy
|
||
|
import "typescript";
|
||
|
const message: string = "hello world";
|
||
|
console.log(message);
|