mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
11 lines
193 B
JavaScript
Executable File
11 lines
193 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
var argv = require('optimist').argv;
|
|
|
|
if (argv.rif - 5 * argv.xup > 7.138) {
|
|
console.log('Buy more riffiwobbles');
|
|
}
|
|
else {
|
|
console.log('Sell the xupptumblers');
|
|
}
|
|
|