This commit is contained in:
Your Name 2024-11-04 11:26:08 -03:00
parent c644aae620
commit 4ad1c0b8b0
1 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,4 @@
const msg: String = 'Hello World!'
console.log(msg)
console.log(msg)
console.log("Olá mundo!");