Files
t/ts/main.ts
Ian Gulliver 050d716a3c ts build
2024-12-21 06:35:49 -08:00

5 lines
62 B
TypeScript

function main() {
console.log("Hello, world!");
}
main();