Commit 948cfb96 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent ebfc6bbe
......@@ -38,7 +38,10 @@ let arr=[]
async function read(dir)
{
let com = await fs.readFileSync(dir, 'utf8');
console.log(com)
com=com.split('\n')
console.log(com.length)
// for (let i=1;i<)
// console.log(com)
// com = JSON.parse(com)
}
function isUpper(str) {
......
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