From 10f1143616abcf1322b57c98cd0821b8163686b9 Mon Sep 17 00:00:00 2001 From: Matheus Moutinho Date: Thu, 2 Apr 2026 12:48:33 -0300 Subject: [PATCH] Implementado js moderno --- moeda.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/moeda.js b/moeda.js index a8f7e03..c9d6609 100644 --- a/moeda.js +++ b/moeda.js @@ -1,3 +1,6 @@ export default { moeda: 'BRL' } + +const salve = 'Um salve pro próximo a fazer este curso' +console.log(salve) \ No newline at end of file