mirror of
https://github.com/SileNce5k/jscripts.git
synced 2025-04-19 11:08:24 +02:00
Remove a comment
This commit is contained in:
parent
4ce4330885
commit
0e50449779
1 changed files with 0 additions and 1 deletions
1
rn.js
1
rn.js
|
@ -36,7 +36,6 @@ function g(digits){
|
||||||
let result = m[i]+x;
|
let result = m[i]+x;
|
||||||
if(count != 0)
|
if(count != 0)
|
||||||
process.stdout.write(", ");
|
process.stdout.write(", ");
|
||||||
//console.log(result);
|
|
||||||
process.stdout.write(`${result}`)
|
process.stdout.write(`${result}`)
|
||||||
count += 1;
|
count += 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue