Commit 6a4ae7da authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 081955bf
...@@ -19,6 +19,7 @@ async function init() { ...@@ -19,6 +19,7 @@ async function init() {
let bad = await fs.readFileSync('bad.txt', 'utf8'); let bad = await fs.readFileSync('bad.txt', 'utf8');
bad=JSON.parse(bad) bad=JSON.parse(bad)
base=parseFloat(bad.bad) base=parseFloat(bad.bad)
console.log(base)
com = JSON.parse(com) com = JSON.parse(com)
......
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