Commit 200270c3 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent 4eced287
......@@ -62,11 +62,11 @@ async function run() {
}
}
for (let i = 0; i < adder.length; i++) {
for (let z = i + 1; z < adder.length; z++) {
addRunup(adder[i].total, adder[z].runUp)
}
}
// for (let i = 0; i < adder.length; i++) {
// for (let z = i + 1; z < adder.length; z++) {
// addRunup(adder[i].total, adder[z].runUp)
// }
// }
for (let i = 0; i < adder.length; i++) {
let countOfShort = adder[i].short
......
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