postnummer-app/frontend/src/main.ts
2023-02-06 16:48:11 +01:00

8 lines
63 B
TypeScript

function main() {
console.log("hello world");
}
main();