startit/ts/hello-world/index.ts

2 lines
49 B
TypeScript
Raw Normal View History

2024-12-11 11:20:42 +01:00
console.log("Hello World!")
let age: number = 51;