first-repo/index.ts

5 lines
85 B
TypeScript

const msg: String = 'Hello World!'
console.log(msg)
console.log("Olá mundo!");