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.ts
2022-04-16 00:42:25 +00:00

4 lines
91 B
TypeScript

// dummy
import "typescript";
const message: string = "hello world";
console.log(message);