summaryrefslogtreecommitdiff
path: root/cli/tests/087_hello.ts
blob: 1a9d8f114f2555ebc9c30b6759b063d6eb790840 (plain)
1
2
export type SomeType = unknown;
console.log("Hello, world!");