deno/cli/tests/testdata/087_hello.ts

2 lines
62 B
TypeScript

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