first-repo/index.ts

2 lines
52 B
TypeScript

const msg: String = 'Hello World!'
console.log(msg)