deno/cli/tests/087_hello.ts
2021-03-08 06:40:11 +10:00

2 lines
62 B
TypeScript

export type SomeType = unknown;
console.log("Hello, world!");