first-repo/index.ts

5 lines
72 B
TypeScript
Raw Normal View History

2024-11-02 17:02:47 +00:00
const msg: String = 'Hello World!'
console.log(msg)
// Teste GITEA