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.esno.ts

6 lines
111 B
TypeScript
Raw Normal View History

2022-04-16 09:21:21 +09:00
#!/usr/bin/env esno
// dummy
import "typescript";
const message: string = "hello world";
console.log(message);