5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
const msg: String = 'Hello World!'
|
|
console.log(msg)
|
|
console.log("Olá mundo!");
|
|
|