test/index.ts

4 lines
74 B
TypeScript
Raw Permalink Normal View History

2024-06-10 08:39:07 +00:00
const helloMessage: string = 'Hello there !';
console.log(helloMessage);