/** @param {NS} ns */
export async function main(ns) {
await ns.hack(ns.args[2], { "threads": ns.args[1] })
}