diff --git a/index.ts b/index.ts index 3022dbc..626fc9c 100644 --- a/index.ts +++ b/index.ts @@ -1,2 +1,4 @@ const msg: String = 'Hello World!' -console.log(msg) \ No newline at end of file +console.log(msg) +console.log("Olá mundo!"); +