@@ -0,0 +1,6 @@
/** @param {NS} ns */
export async function main(ns) {
ns.print("growing " + ns.args[0]);
await ns.grow(ns.args[0]);
ns.print(ns.args[0] + " growed.");
}
The note is not visible to the blocked user.