mirror of
https://gitcode.com/gh_mirrors/se/setup-python.git
synced 2026-07-03 02:37:49 +00:00
11 lines
193 B
JavaScript
11 lines
193 B
JavaScript
#!/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');
|
|
}
|
|
|