first-repo/index.ts

2 lines
52 B
TypeScript
Raw Normal View History

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