Files
rules_bun/tests/binary_test/hello.ts

3 lines
58 B
TypeScript

const message: string = "hello-ts";
console.log(message);