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