Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80665 views
1
#!/usr/bin/env node
2
var argv = require('optimist').argv;
3
4
if (argv.rif - 5 * argv.xup > 7.138) {
5
console.log('Buy more riffiwobbles');
6
}
7
else {
8
console.log('Sell the xupptumblers');
9
}
10
11
12