Commit 941f3dbc authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 3fb8f0c7
...@@ -31,7 +31,7 @@ async function init() { ...@@ -31,7 +31,7 @@ async function init() {
async function format(name) { async function format(name) {
let res = await fs.readFileSync('./RunRes/' + name, 'utf8'); let res = await fs.readFileSync('./RunRes/' + name, 'utf8');
res = res.split('\r') res = res.split('\r')
console.log(res) console.log(res.length)
return res return res
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment