tablejohn/static/main.ts
2023-08-03 14:32:49 +02:00

5 lines
56 B
TypeScript

function main() {
alert("Hello world!");
}
main();