Files
rules_bun/tests/binary_test/hello.ts
2026-03-04 03:10:35 +00:00

3 lines
58 B
TypeScript

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