Commit f1fe7c55 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent adb62f39
...@@ -116,7 +116,7 @@ async function run() { ...@@ -116,7 +116,7 @@ async function run() {
} }
await fs.unlinkSync(directory + '/' + csvFile) await fs.unlinkSync('work/'+directory + '/' + csvFile)
// createfileADV('allDataSortedByProfit', JSON.stringify(arr2, null, 2)) // createfileADV('allDataSortedByProfit', JSON.stringify(arr2, null, 2))
createfileADV('default', 'profitPerMonth1000', JSON.stringify(arr3, null, 2)) createfileADV('default', 'profitPerMonth1000', JSON.stringify(arr3, null, 2))
// createfileADV('percentage1000', JSON.stringify(arrResrv200, null, 2)) // createfileADV('percentage1000', JSON.stringify(arrResrv200, null, 2))
......
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