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