Skip to content

Commit

Permalink
correção de virgula
Browse files Browse the repository at this point in the history
  • Loading branch information
joseildoandrade12 committed Dec 15, 2024
1 parent 42c6af3 commit 13067ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desafio-03/joseildoandrade12/javascript/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function verificacao(value) {
const readline = require("node:readline");
const rl = readline.createInterface({
input: process.stdin,
output: process.stdout,
output: process.stdout
});

function valorMin() {
Expand Down

0 comments on commit 13067ab

Please sign in to comment.