5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
|
|
const msg: String = 'Hello World!'
|
||
|
|
console.log(msg)
|
||
|
|
|
||
|
|
// Teste GITEA
|