test/index.ts
2024-06-10 10:39:07 +02:00

4 lines
74 B
TypeScript

const helloMessage: string = 'Hello there !';
console.log(helloMessage);