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

5 lines
91 B
TypeScript
Raw Permalink Normal View History

2022-04-16 00:42:25 +00:00
// dummy
import "typescript";
const message: string = "hello world";
console.log(message);