Files
first-repo/index.ts
T

5 lines
85 B
TypeScript
Raw Normal View History

2024-11-02 14:02:47 -03:00
const msg: String = 'Hello World!'
2024-11-04 11:26:08 -03:00
console.log(msg)
console.log("Olá mundo!");