Commit e04be4cb authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 941f3dbc
......@@ -31,7 +31,7 @@ async function init() {
async function format(name) {
let res = await fs.readFileSync('./RunRes/' + name, 'utf8');
res = res.split('\r')
console.log(res.length)
console.log(res[0])
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