Commit 72d2ea52 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 4c341555
......@@ -10,7 +10,7 @@ let alocatedReserveCompound = 3
work()
async function work() {
let directory = await fs.readdirSync('final1000')
let directory = await fs.readdirSync('last1000')
for (let i = 0; i < directory.length; i = i + 1000) {
// console.log('hi')
let arr = []
......
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