grow helpers improvement

This commit is contained in:
2023-09-05 00:58:08 +02:00
parent 673abd49b2
commit 7b14e98658
25 changed files with 359 additions and 136 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
export async function main(ns) {
// ns.disableLog('ALL');
await ns.hack(ns.args.length > 0 ? ns.args[0] : '');
}