diff --git a/pr-demo.txt b/pr-demo.txt new file mode 100644 index 0000000..ddce7e9 --- /dev/null +++ b/pr-demo.txt @@ -0,0 +1 @@ +Pull Request Demo diff --git a/random.js b/random.js index 0e1c8f7..975c11b 100644 --- a/random.js +++ b/random.js @@ -7,4 +7,4 @@ if (numero <= 0.5){ str = ' MENOR que 0,5'; } -console.log('\n' + numero + str + '\n'); +console.log('\n\n' + numero + str + '\n');