mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
// dummy
|
|
import "typescript";
|
|
const message: string = "hello world";
|
|
console.log(message);
|