Files
first-repo/index.ts
T

2 lines
52 B
TypeScript
Raw Normal View History

2024-11-02 14:02:47 -03:00
const msg: String = 'Hello World!'
2024-11-04 11:24:43 -03:00
console.log(msg)