Files
ts-scripts/helloworld-ts/main.ts
2025-01-12 08:46:07 +08:00

4 lines
69 B
TypeScript
Executable File

#!/usr/bin/env -S deno run --allow-env
console.log("Hello world.");